Mercurial > public > sg101
changeset 926:22ed8451e163
Update debug toolbar options for newer version.
For Django 1.7.7 upgrade.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 12 Apr 2015 21:19:22 -0500 |
parents | 98d2388b6bb2 |
children | 37e75385e931 |
files | sg101/settings/local.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/settings/local.py Sun Apr 12 21:08:56 2015 -0500 +++ b/sg101/settings/local.py Sun Apr 12 21:19:22 2015 -0500 @@ -32,7 +32,8 @@ 'debug_toolbar.middleware.DebugToolbarMiddleware') INSTALLED_APPS.append('debug_toolbar') DEBUG_TOOLBAR_CONFIG = { - 'INTERCEPT_REDIRECTS': True, + 'DISABLE_PANELS': set(), + 'JQUERY_URL': '', } # Logging configuration