diff --git a/src/authentic2/dashboard_migrations/__init__.py b/src/authentic2/dashboard_migrations/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/authentic2/settings.py b/src/authentic2/settings.py index e49dd0da5..83a39a8af 100644 --- a/src/authentic2/settings.py +++ b/src/authentic2/settings.py @@ -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