django version check shell code example
Example 1: command to check what version of django is installed
python3 -m django --version // mac
py -m django --version // windows
Example 2: how to check if django is installed( in python shell)
import django
django.VERSION