Answers for "check django installed"

5

how to check if django is installed in ubuntu

$ django-admin.py version
Posted by: Guest on May-03-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 "check django installed"

Python Answers by Framework

Browse Popular Code Answers by Language