Django

Code

Changeset 6398

Show
Ignore:
Timestamp:
09/20/07 18:56:54 (1 year ago)
Author:
russellm
Message:

Fixed #5556 - Minor typo in settings docs. Thanks for the eagle eyes, jleedev.

Files:

Legend:

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

    r6345 r6398  
    364364 
    365365Still, note that there are always going to be sections of your debug output that 
    366 are inapporpriate for public consumption. File paths, configuration options, and 
     366are inappropriate for public consumption. File paths, configuration options, and 
    367367the like all give attackers extra information about your server. Never deploy a 
    368368site with ``DEBUG`` turned on.