mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-13 10:36:25 +01:00
BS5 Theme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user