From: Guillaume Pellerin Date: Wed, 21 Sep 2016 18:08:17 +0000 (+0200) Subject: Fix and remove some admin menus X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9661a315975a9d1eb26b5adf1095d9289a77105f;p=mezzo.git Fix and remove some admin menus --- diff --git a/app/local_settings.py b/app/local_settings.py index 4953748e..8b702ed6 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -114,10 +114,7 @@ ADMIN_MENU_ORDER = ( (_('Site'), ('sites.Site', 'redirects.Redirect', 'conf.Setting')), ) -# ADMIN_REMOVAL = [ -# 'mezzanine.blog.models.BlogPost', -# 'generic.ThreadedComment', -# ] +DASHBOARD_TAGS = ( ("mezzanine_tags.app_list",), (), ("mezzanine_tags.recent_actions",), ) GRAPPELLI_ADMIN_TITLE = 'IRCAM Admin'