BS5 Theme

This commit is contained in:
Aaron Kable
2023-10-07 08:20:22 +00:00
committed by Ariel Rin
parent 567d97f38a
commit 2e78aa5f26
161 changed files with 3198 additions and 1655 deletions

View File

@@ -31,6 +31,11 @@ INSTALLED_APPS = [
'allianceauth.notifications',
'allianceauth.thirdparty.navhelper',
'allianceauth.analytics',
'allianceauth.menu',
'allianceauth.theme',
'allianceauth.theme.darkly',
'allianceauth.theme.flatly',
'allianceauth.theme.materia',
]
SECRET_KEY = "wow I'm a really bad default secret key"
@@ -188,6 +193,8 @@ DATABASES = {
SITE_NAME = 'Alliance Auth'
DEFAULT_THEME = "allianceauth.theme.darkly"
LOGIN_URL = 'auth_login_user' # view that handles login logic
LOGIN_REDIRECT_URL = 'authentication:dashboard' # default destination when logging in if no redirect specified

View File

@@ -26,7 +26,7 @@ DEBUG = False
# Add any additional apps to this list.
INSTALLED_APPS += [
#'allianceauth.theme.bootstrap',
]
# To change the logging level for extensions, uncomment the following line.