diff options
| author | Aymeric Augustin | 2013-11-18 08:43:25 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-18 08:43:40 +0100 | 
| commit | efdd0ce313052dc390c0001b5dc8c56e888514d0 (patch) | |
| tree | 99dd848bfe0b8fcae0f6f798aadfa96acbdef99f /debug_toolbar/settings.py | |
| parent | 7697c93692cb251acec174e91431f6aa2b1ebce5 (diff) | |
| download | django-debug-toolbar-efdd0ce313052dc390c0001b5dc8c56e888514d0.tar.bz2 | |
Add an option to collapse the toolbar by default.
Fix #258.
Diffstat (limited to 'debug_toolbar/settings.py')
| -rw-r--r-- | debug_toolbar/settings.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py index f284c76..c86688a 100644 --- a/debug_toolbar/settings.py +++ b/debug_toolbar/settings.py @@ -15,6 +15,7 @@ CONFIG_DEFAULTS = {      'INTERCEPT_REDIRECTS': False,      'SHOW_TOOLBAR_CALLBACK': None,      'EXTRA_SIGNALS': [], +    'SHOW_COLLAPSED': False,      'HIDE_DJANGO_SQL': True,      'SHOW_TEMPLATE_CONTEXT': True,      'TAG': 'body', | 
