Randell Benavidez: How to find Django version
Posted on | July 29, 2010 | No Comments
There are cases when you would want to know the version of Django that is being used in your Python installation. To do that, go to your Python console and execute the following commands:
>>> import django >>> django.VERSION
In my machine, it showed the following:
(1, 2, 1, 'final', 0)
Related posts:
- UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use
- Install SQLite Database Browser on Fedora
- Using GAE Testbed with GAEUnit: Testing that email was sent
- Install IDLE on Fedora 11
- Convert CHM to PDF in (Fedora) Linux
Category: Planet
Comments
Leave a Reply
Warning: include(/home/remarkwit/enterpriselamp.org/wp-content/themes/Enterprise_LAMP/r_sidebar.php) [function.include]: failed to open stream: No such file or directory in /home/remarkwit/enterpriselamp.org/wp-content/themes/Enterprise_LAMP/index.php on line 36
Warning: include() [function.include]: Failed opening '/home/remarkwit/enterpriselamp.org/wp-content/themes/Enterprise_LAMP/r_sidebar.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/remarkwit/enterpriselamp.org/wp-content/themes/Enterprise_LAMP/index.php on line 36
