Changeset 8043 for django/trunk/docs/install.txt
- Timestamp:
- 07/21/08 22:01:21 (2 months ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r7361 r8043 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.
