Use this command to check what Django version is installed.
// Windows
py -m django --version
// on MacOS
python3 -m django --version
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.