command to check what version of django is installed

Shell
python3 -m django --version // mac
py -m django --version // windows
Source

Also in Shell: