misc: remove references to deprecated dashboard module (#48906)

This commit is contained in:
Paul Marillonnet 2020-11-26 15:51:10 +01:00
parent ed055e0892
commit a888b11c90
2 changed files with 0 additions and 3 deletions

View File

@ -225,8 +225,6 @@ PASSWORD_HASHERS = list(global_settings.PASSWORD_HASHERS) + [
]
# Admin tools
ADMIN_TOOLS_INDEX_DASHBOARD = 'authentic2.dashboard.CustomIndexDashboard'
ADMIN_TOOLS_APP_INDEX_DASHBOARD = 'authentic2.dashboard.CustomAppIndexDashboard'
ADMIN_TOOLS_MENU = 'authentic2.menu.CustomMenu'
# Serialization module to support natural keys in generic foreign keys
@ -310,7 +308,6 @@ LOGGING = {
MIGRATION_MODULES = {
'auth': 'authentic2.auth_migrations_18',
'menu': 'authentic2.menu_migrations',
'dashboard': 'authentic2.dashboard_migrations',
}
# Django REST Framework