diff options
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'), } |
