Skip to content

Commit

Permalink
Merge pull request openwisp#117 from atb00ker/admin_theme
Browse files Browse the repository at this point in the history
 [improvement] Removed unnecessarily registered admin
  • Loading branch information
atb00ker authored May 28, 2020
2 parents 95db4bb + 0b223b2 commit 6734a2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions build/openwisp_controller/module_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.gis',
# openwisp admin theme
# (must be loaded here)
'openwisp_utils.admin_theme',
# all-auth
'django.contrib.sites',
'allauth',
Expand Down
4 changes: 0 additions & 4 deletions build/openwisp_radius/module_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# openwisp admin theme
'openwisp_utils.admin_theme',
# all-auth
'django.contrib.sites',
'allauth',
'allauth.account',
'allauth.socialaccount',
'corsheaders',
'openwisp_users',
# admin
'django.contrib.admin',
# rest framework
'rest_framework',
'django_filters',
Expand Down
3 changes: 0 additions & 3 deletions build/openwisp_topology/module_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'openwisp_utils.admin_theme',
# all-auth
'django.contrib.sites',
'allauth',
Expand All @@ -14,8 +13,6 @@
# openwisp modules
'openwisp_users',
'openwisp_network_topology',
# admin
'django.contrib.admin',
# rest framework
'rest_framework',
]
Expand Down

0 comments on commit 6734a2d

Please sign in to comment.