Checking Django version.

If you are using Django and wish to check what version it is using you can issue the following from the command line in linux.

python

import django

print django.VERSION

This will launch python, and you should be at a prompt such as  >>> .  Enter the next 2 commands.  To exit python press CTRL-D.

On a side note if you wish to know the python version also run the following:

python -V

3 thoughts on “Checking Django version.

  1. If you are open to having a guest blog poster please reply and let me know. I will provide you with unique content for your blog, thanks.

  2. Wow this is a great resource.. I’m enjoying it.. good article

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.