diff options
| author | Aymeric Augustin | 2013-10-28 21:58:20 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-28 21:58:20 +0100 | 
| commit | 98f9601550d5298b805ee3aadfae07f8972d4bcf (patch) | |
| tree | 25e3064ba7f131cec13788fb220e05f6c1c22fd1 /docs/configuration.rst | |
| parent | 561d84dae367f4eab2c2d6a70407977d256078d4 (diff) | |
| download | django-debug-toolbar-98f9601550d5298b805ee3aadfae07f8972d4bcf.tar.bz2 | |
Document performance implications.
Fix #78.
Diffstat (limited to 'docs/configuration.rst')
| -rw-r--r-- | docs/configuration.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/configuration.rst b/docs/configuration.rst index 3a8c544..310482e 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -103,6 +103,6 @@ The debug toolbar has two settings that can be set in ``settings.py``.             'EXTRA_SIGNALS': ['myproject.signals.MySignal'],             'HIDE_DJANGO_SQL': False,             'TAG': 'div', -           'ENABLE_STACKTRACES' : True, +           'ENABLE_STACKTRACES': True,             'HIDDEN_STACKTRACE_MODULES': ('gunicorn', 'newrelic'),         } | 
