Mods to settins.py making this less lca, more pycon.
More to come. Many more ...
This commit is contained in:
parent
c42159468e
commit
ce8e6b159e
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ ALLOWED_HOSTS = []
|
||||||
# timezone as the operating system.
|
# timezone as the operating system.
|
||||||
# If running in a Windows environment this must be set to the same as your
|
# If running in a Windows environment this must be set to the same as your
|
||||||
# system time zone.
|
# system time zone.
|
||||||
TIME_ZONE = "Australia/Hobart"
|
TIME_ZONE = "Australia/Melbourne"
|
||||||
|
|
||||||
# The date format for this installation
|
# The date format for this installation
|
||||||
DATE_FORMAT = "j F Y"
|
DATE_FORMAT = "j F Y"
|
||||||
|
@ -261,7 +261,7 @@ ACCOUNT_LOGOUT_REDIRECT_URL = "/"
|
||||||
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 2
|
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 2
|
||||||
ACCOUNT_USE_AUTH_AUTHENTICATE = True
|
ACCOUNT_USE_AUTH_AUTHENTICATE = True
|
||||||
|
|
||||||
THEME_CONTACT_EMAIL = "team@hobart.lca2017.org"
|
THEME_CONTACT_EMAIL = "pyconau-orgs@lists.linux.org.au"
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
"symposion.teams.backends.TeamPermissionsBackend",
|
"symposion.teams.backends.TeamPermissionsBackend",
|
||||||
|
|
Loading…
Reference in a new issue