mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
Merge branch 'master' of https://github.com/R4stl1n/allianceauth
This commit is contained in:
commit
b73fb4bf5a
@ -132,13 +132,13 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
'customization/templates',
|
os.path.join(BASE_DIR, 'customization/templates'),
|
||||||
'stock/templates',
|
os.path.join(BASE_DIR, 'stock/templates'),
|
||||||
)
|
)
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
'customization/static',
|
os.path.join(BASE_DIR, "customization/static"),
|
||||||
'stock/static',
|
os.path.join(BASE_DIR, "stock/static"),
|
||||||
)
|
)
|
||||||
|
|
||||||
LOGIN_URL = '/login_user/'
|
LOGIN_URL = '/login_user/'
|
||||||
@ -189,7 +189,7 @@ IS_CORP = 'True' == os.environ.get('AA_IS_CORP', 'True')
|
|||||||
# DOMAIN - The alliance auth domain_url
|
# DOMAIN - The alliance auth domain_url
|
||||||
# EMAIL_HOST - SMTP Server URL
|
# EMAIL_HOST - SMTP Server URL
|
||||||
# EMAIL_PORT - SMTP Server PORT
|
# EMAIL_PORT - SMTP Server PORT
|
||||||
# EMAIL_HOST_USER - Email Username (for gmail, the part before @gmail.com)
|
# EMAIL_HOST_USER - Email Username (for gmail, the entire address)
|
||||||
# EMAIL_HOST_PASSWORD - Email Password
|
# EMAIL_HOST_PASSWORD - Email Password
|
||||||
# EMAIL_USE_TLS - Set to use TLS encryption
|
# EMAIL_USE_TLS - Set to use TLS encryption
|
||||||
#################
|
#################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user