From 97090c32941784d28818721f37eee69e21e2d74e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 13 Nov 2013 20:40:22 +0100 Subject: Provide an option to force rendering panels in page. Requested by David who seems to runs the debug toolbar in production :-) --- tests/settings.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/settings.py b/tests/settings.py index a41b5a7..4805cee 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -52,3 +52,11 @@ DATABASES = { 'ENGINE': 'django.db.backends.sqlite3', } } + + +# Debug Toolbar configuration + +DEBUG_TOOLBAR_CONFIG = { + # Django's test client sets wsgi.multiprocess to True inappropriately + 'RENDER_PANELS': False, +} -- cgit v1.2.3