Django

Code

Changeset 222

Show
Ignore:
Timestamp:
07/19/05 15:08:17 (3 years ago)
Author:
adrian
Message:

Added note about 'PythonDebug? Off' to docs/modpython.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r221 r222  
    3939See the `mod_python documentation`_ for a full list of options. 
    4040 
     41Note that you should set ``PythonDebug Off`` on a production server. If you 
     42leave ``PythonDebug On``, your users would see ugly (and revealing) Python 
     43tracebacks if something goes wrong within mod_python. 
     44 
    4145Restart Apache, and any request to /mysite/ or below will be served by Django. 
    4246Note that Django's URLconfs won't trim the "/mysite/" -- they get passed the