Django

Code

Changeset 8983

Show
Ignore:
Timestamp:
09/07/08 18:08:01 (4 months ago)
Author:
adrian
Message:

Fixed #8580 -- Hyperlinked some module names in settings.txt. Thanks, msaelices

Files:

Legend:

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

    r8843 r8983  
    270270A boolean that turns on/off debug mode. 
    271271 
    272 If you define custom settings, django/views/debug.py has a ``HIDDEN_SETTINGS`` 
     272If you define custom settings, `django/views/debug.py`_ has a ``HIDDEN_SETTINGS`` 
    273273regular expression which will hide from the DEBUG view anything that contains 
    274274``'SECRET'``, ``'PASSWORD'``, or ``'PROFANITIES'``. This allows untrusted users to 
     
    284284 
    285285Never 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 
    286288 
    287289DEBUG_PROPAGATE_EXCEPTIONS 
     
    801803 
    802804We 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``
     805the default values, see the file `django/conf/global_settings.py`_
    804806 
    805807.. setting:: ROOT_URLCONF 
     808.. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py 
    806809 
    807810ROOT_URLCONF