mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
Modify Django version requirements to suit our usage of csrf middleware,
which was modified heavily between Django v1.1 and Django v1.2. While it is possible to modify our code to use Django v1.1's csrf, the best experience "out-of-the-box" will be while using Django v1.2.
This commit is contained in:
parent
1ed013dc11
commit
76624cd6f3
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
|
@ -15,7 +15,7 @@ Requirements
|
|||
+ (pywin32 (sourceforge.net/projects/pywin32) - needed for Windows only)
|
||||
|
||||
* Django (www.djangoproject.com)
|
||||
Version 1.1+ or latest subversion trunk recommended.
|
||||
Version 1.2.1+ or latest subversion trunk highly recommended.
|
||||
+ PIL library (www.pythonware.com/products/pil)
|
||||
|
||||
* PySqlite2 (http://code.google.com/p/pysqlite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue