]> git.0d.be Git - panikweb.git/commitdiff
do not enable dashboard
authorFrédéric Péters <fpeters@0d.be>
Mon, 2 Oct 2017 20:57:09 +0000 (22:57 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 2 Oct 2017 20:57:09 +0000 (22:57 +0200)
panikweb/settings.py

index 5be4b5a284f8c538e5bf924823699c76d9a99a69..d22db79ac9ee08978da87a599a6026142e3b2c6e 100644 (file)
@@ -227,6 +227,8 @@ LANGUAGE_COOKIE_NAME = 'panikweb_language'
 
 TEMPLATE_VARS = {}
 
+COMBO_DASHBOARD_ENABLED = False
+
 try:
     from local_settings import *
 except ImportError, e: