admin dashboard: remove users and roles panel

This commit is contained in:
Benjamin Dauvergne 2014-03-26 15:11:23 +01:00
parent bbecc82117
commit 9bd45986bd
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ class CustomIndexDashboard(Dashboard):
"""
def init_with_context(self, context):
# append an app list module for "Applications"
self.children.append(modules.ModelList(
_('Users and roles'),
models=('django.contrib.auth.models.User',),
))
self.children.append(modules.ModelList(
_('Contents'),
models=(