]> git.0d.be Git - panikweb.git/commitdiff
add but disable dashboard (required by dependencies)
authorFrédéric Péters <fpeters@0d.be>
Tue, 1 Aug 2017 19:02:40 +0000 (21:02 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 1 Aug 2017 19:02:40 +0000 (21:02 +0200)
panikweb/settings.py

index b8a07c2d5b27518237095af69e3a4214e781895a..d659db85ee8b40f2f35aee865d990eb86ac5e360 100644 (file)
@@ -156,6 +156,7 @@ INSTALLED_APPS = (
     'combo.public',
     'combo.profile',
     'combo.apps.search',
+    'combo.apps.dashboard',
     'panikombo',
     'gallery',
 )
@@ -264,3 +265,5 @@ if RAVEN_CONFIG:
 
 AUTH_USER_MODEL = 'aa.User'
 INSTALLED_APPS += ('panikdb.aa',)
+
+COMBO_DASHBOARD_ENABLED = False