Changeset 484
- Timestamp:
- 08/11/05 14:00:56 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r335 r484 18 18 mod_python module activated. 19 19 20 See `How to use Django with mod_python`_ for information on how to configure 21 mod_python once you have it installed. 22 20 23 If you can't use mod_python for some reason, fear not: Django follows the WSGI_ 21 24 spec, which allows it to run on a variety of server platforms. As people … … 26 29 .. _mod_python: http://www.modpython.org/ 27 30 .. _WSGI: http://www.python.org/peps/pep-0333.html 31 .. _How to use Django with mod_python: http://www.djangoproject.com/documentation/modpython/ 28 32 29 33 Get your database running
