Created
May 24, 2012 13:21
-
-
Save lextoumbourou/2781514 to your computer and use it in GitHub Desktop.
Get Django version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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