Home  »  CodeProgrammingSnippetsTechnology   »   Django Version Check

Django Version Check

Posted: March 16, 2022 | by Michael Bright

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.