comparison README @ 103:9d6b313af86f

Upgrade Django version requirement to 1.3 There are some useful shortcut functions (like render) that were added in 1.3, as well as some other additions/changes made in that version that will be helpful down the line.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 31 Aug 2012 03:10:56 -0400
parents d4e5ef15326a
children c7be7def8b57
comparison
equal deleted inserted replaced
102:f872c643b056 103:9d6b313af86f
16 - Threaded Comments 16 - Threaded Comments
17 (https://github.com/HonzaKral/django-threadedcomments) 17 (https://github.com/HonzaKral/django-threadedcomments)
18 18
19 Quickstart for personal debugging: 19 Quickstart for personal debugging:
20 20
21 1) Install Django 1.2 or higher, Python 2.5 or higher, the 21 1) Install Django 1.3 or higher, Python 2.5 or higher, the
22 external libraries, and probably any version of mercurial, 22 external libraries, and probably any version of mercurial,
23 SQLite3. On a Unix-based system, Python is probably already 23 SQLite3. On a Unix-based system, Python is probably already
24 installed, the rest can be gotten from source or your operating 24 installed, the rest can be gotten from source or your operating
25 system's package manager if it has one. If you have pip (the Python 25 system's package manager if it has one. If you have pip (the Python
26 package manager) installed, you can quickly install all the 26 package manager) installed, you can quickly install all the