]> git.0d.be Git - panikweb.git/commitdiff
remove default debug toolbar config
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 13:16:54 +0000 (15:16 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 13:16:54 +0000 (15:16 +0200)
panikweb/settings.py

index 3444f8f88a1f68c13cc4898485a63b713e0026d6..71cbcfedaefe681737818ec336f8938d533ee505 100644 (file)
@@ -223,9 +223,6 @@ if DEBUG and DEBUG_TOOLBAR:
     INSTALLED_APPS += (
         'debug_toolbar',
     )
-    DEBUG_TOOLBAR_CONFIG = {
-        'INTERCEPT_REDIRECTS': False,
-    }
 
     if 'template_timings_panel.panels.TemplateTimings.TemplateTimings' in DEBUG_TOOLBAR_PANELS:
         INSTALLED_APPS += ('template_timings_panel',)