Skip to content

Commit

Permalink
[chores] Fixed browsable api custom theme in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 authored Jan 12, 2023
1 parent f3741c4 commit 4f8e5f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
'allauth',
'allauth.account',
'allauth.socialaccount',
'openwisp_users',
# openwisp2 admin theme
# (must be loaded here)
'openwisp_utils.admin_theme',
# must come before the django admin
# to override the admin login page
'rest_framework',
'rest_framework.authtoken',
'openwisp_users',
'openwisp_utils.admin_theme',
'django.contrib.admin',
'admin_auto_filters',
'django.contrib.sites',
Expand Down

0 comments on commit 4f8e5f8

Please sign in to comment.