how to check if django is installed on linux code example
Example 1: how to check if django is installed in ubuntu
$ django-admin.py version
Example 2: 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