Django Book 翻译
菜单>:
TOC
返回
原文:
If you define custom settings, ``django/views/debug.py`` has a ``HIDDEN_SETTINGS`` regular expression that will hide from the ``DEBUG`` view anything that contains ``'SECRET`` , ``PASSWORD`` , or ``PROFANITIES'`` . This allows untrusted users to be able to give backtraces without seeing sensitive (or offensive) settings.
翻译:
备注:
译者: