From 98f9601550d5298b805ee3aadfae07f8972d4bcf Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 28 Oct 2013 21:58:20 +0100 Subject: Document performance implications. Fix #78. --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.rst') 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'), } -- cgit v1.2.3