Skip to content

Instantly share code, notes, and snippets.

@lextoumbourou
Created May 24, 2012 13:21
Show Gist options
  • Save lextoumbourou/2781514 to your computer and use it in GitHub Desktop.
Save lextoumbourou/2781514 to your computer and use it in GitHub Desktop.
Get Django version
lex@server:~> python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.get_version()
'1.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment