Changeset 7537 for django/trunk/docs/settings.txt
- Timestamp:
- 05/16/08 18:24:36 (4 months ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r7364 r7537 391 391 the like all give attackers extra information about your server. Never deploy a 392 392 site with ``DEBUG`` turned on. 393 394 DEBUG_PROPAGATE_EXCEPTIONS 395 -------------------- 396 397 Default: ``False`` 398 399 If set to True, Django's normal exception handling of view functions 400 will be suppressed, and exceptions will propagate upwards. This can 401 be useful for some test setups, and should never be used on a live 402 site. 393 403 394 404 DEFAULT_CHARSET
