Answers for "how to check if django is installed or not"

0

check if django is installed

#Make sure you are in your applications venv
i.e (source "application"_env/bin/activate)
# Then run the below command 
python -m django --version
Posted by: Guest on January-26-2021
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 if django is installed or not"

Python Answers by Framework

Browse Popular Code Answers by Language