Answers for "how to check if django is installed in ubuntu"

5

how to check if django is installed in ubuntu

$ django-admin.py version
Posted by: Guest on May-03-2020
2

how to check django version

>>> import django
>>> django.VERSION
(2, 0, 0, 'final', 0)
Posted by: Guest on May-03-2020

Code answers related to "how to check if django is installed in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language