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.