Changeset 8983
- Timestamp:
- 09/07/08 18:08:01 (4 months ago)
- Files:
-
- django/trunk/docs/ref/settings.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/settings.txt
r8843 r8983 270 270 A boolean that turns on/off debug mode. 271 271 272 If you define custom settings, django/views/debug.pyhas a ``HIDDEN_SETTINGS``272 If you define custom settings, `django/views/debug.py`_ has a ``HIDDEN_SETTINGS`` 273 273 regular expression which will hide from the DEBUG view anything that contains 274 274 ``'SECRET'``, ``'PASSWORD'``, or ``'PROFANITIES'``. This allows untrusted users to … … 284 284 285 285 Never deploy a site into production with ``DEBUG`` turned on. 286 287 .. _django/views/debug.py: http://code.djangoproject.com/browser/django/trunk/django/views/debug.py 286 288 287 289 DEBUG_PROPAGATE_EXCEPTIONS … … 801 803 802 804 We don't list the default values here, because that would be profane. To see 803 the default values, see the file ` `django/conf/global_settings.py``.805 the default values, see the file `django/conf/global_settings.py`_. 804 806 805 807 .. setting:: ROOT_URLCONF 808 .. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py 806 809 807 810 ROOT_URLCONF
