Changeset 8215 for django/branches/gis/docs/install.txt
- Timestamp:
- 08/05/08 12:15:33 (5 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/docs/install.txt
r7405 r8215 19 19 20 20 If you just want to experiment with Django, skip ahead to the next 21 section; Django includes a lightweight web server you can use for21 section; Django includes a lightweight Web server you can use for 22 22 testing, so you won't need to set up Apache until you're ready to 23 23 deploy Django in production. … … 65 65 66 66 * If you're using SQLite and either Python 2.3 or Python 2.4, you'll need 67 pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an sqlite67 pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an SQLite 68 68 wrapper in the standard library, so you don't need to install anything extra 69 69 in that case.
