Answers for "how to check the current version of django"

11

django version check

python -m django --version
Posted by: Guest on November-29-2020
0

Check django version in your system

>>> import django
>>> django.VERSION
(2, 0, 0, 'final', 0)
Posted by: Guest on April-25-2021

Code answers related to "how to check the current version of django"

Python Answers by Framework

Browse Popular Code Answers by Language