check if django installed or not code example
Example: 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
#Make sure you are in your applications venv
i.e (source "application"_env/bin/activate)
# Then run the below command
python -m django --version