Answers for "how to check django is installed"

2

command to check what version of django is installed

python3 -m django --version // mac
py -m django --version // windows
Posted by: Guest on March-06-2020
1

how to check if django is installed( in python shell)

import django
django.VERSION
Posted by: Guest on July-09-2020

Code answers related to "how to check django is installed"

Python Answers by Framework

Browse Popular Code Answers by Language