[FEAT] Add Bootstrap theming through admin dashboard

This commit is contained in:
2023-02-24 19:43:34 +00:00
parent 86e18c399d
commit 843bdebabf
7 changed files with 23 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ THIRD_PARTY_APPS = [
'allauth.socialaccount.providers.google',
'allauth.socialaccount.providers.microsoft',
'django_inlinecss',
'bootstrap_customizer',
]
FIRST_PARTY_APPS = [
@@ -227,6 +228,7 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'hijack.middleware.HijackUserMiddleware',
'django.contrib.sites.middleware.CurrentSiteMiddleware',
'bootstrap_customizer.middleware.BootstrapThemeMiddleware',
]
FIXTURE_DIRS = [