]> git.0d.be Git - panikweb.git/commitdiff
do not enable debug toolbar by default
authorFrédéric Péters <fpeters@0d.be>
Fri, 20 Sep 2013 15:25:47 +0000 (17:25 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 20 Sep 2013 15:25:47 +0000 (17:25 +0200)
panikweb/settings.py

index 998b83d5e4c06c7a238188952f084bcac4610c19..171bf4b6927e5f10f5b7005c6c4a22a225fced46 100644 (file)
@@ -7,7 +7,7 @@ import django.conf.global_settings as DEFAULT_SETTINGS
 
 DEBUG = True  # Turn off for production
 TEMPLATE_DEBUG = DEBUG
-DEBUG_TOOLBAR = True
+DEBUG_TOOLBAR = False
 
 PROJECT_DIR = os.path.normpath(os.path.dirname(os.path.dirname(__file__)))
 ADMINS = (