From 9661a315975a9d1eb26b5adf1095d9289a77105f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 21 Sep 2016 20:08:17 +0200 Subject: [PATCH] Fix and remove some admin menus --- app/local_settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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' -- 2.39.5