Home  »  CodeProgrammingSnippetsTechnology   »   How to Check if Django is Installed in Ubuntu

How to Check if Django is Installed in Ubuntu

Posted: March 16, 2022 | by Michael Bright

Code to check if Django is installed in Ubuntu.

$ django-admin.py version

How to check if Django is installed in (with Python shell).

import django
django.VERSION

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.