Changeset 5495
- Timestamp:
- 06/20/07 01:03:51 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r5370 r5495 18 18 ============================= 19 19 20 If you just want to experiment with Django, skip this step. Django comes with 21 its own Web server for development purposes. 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 for 22 testing, so you won't need to set up Apache until you're ready to 23 deploy Django in production. 22 24 23 25 If you want to use Django on a production site, use Apache with `mod_python`_.
