From a888b11c9071a2c8eb1c990dfa8473f11a3aa411 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Thu, 26 Nov 2020 15:51:10 +0100 Subject: [PATCH] misc: remove references to deprecated dashboard module (#48906) --- src/authentic2/dashboard_migrations/__init__.py | 0 src/authentic2/settings.py | 3 --- 2 files changed, 3 deletions(-) delete mode 100644 src/authentic2/dashboard_migrations/__init__.py 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