aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-28 21:58:20 +0100
committerAymeric Augustin2013-10-28 21:58:20 +0100
commit98f9601550d5298b805ee3aadfae07f8972d4bcf (patch)
tree25e3064ba7f131cec13788fb220e05f6c1c22fd1 /docs/configuration.rst
parent561d84dae367f4eab2c2d6a70407977d256078d4 (diff)
downloaddjango-debug-toolbar-98f9601550d5298b805ee3aadfae07f8972d4bcf.tar.bz2
Document performance implications.
Fix #78.
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst2
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'),
}