Changeset 222
- Timestamp:
- 07/19/05 15:08:17 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r221 r222 39 39 See the `mod_python documentation`_ for a full list of options. 40 40 41 Note that you should set ``PythonDebug Off`` on a production server. If you 42 leave ``PythonDebug On``, your users would see ugly (and revealing) Python 43 tracebacks if something goes wrong within mod_python. 44 41 45 Restart Apache, and any request to /mysite/ or below will be served by Django. 42 46 Note that Django's URLconfs won't trim the "/mysite/" -- they get passed the
