Changeset - ce8e6b159e50
[Not reviewed]
0 1 0
Nick Seidenman (N6) - 7 years ago 2017-01-06 04:32:19
n6151h@gmail.com
Mods to settins.py making this less lca, more pycon.
More to come. Many more ...
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -31,7 +31,7 @@ ALLOWED_HOSTS = []
 
# timezone as the operating system.
 
# If running in a Windows environment this must be set to the same as your
 
# system time zone.
 
TIME_ZONE = "Australia/Hobart"
 
TIME_ZONE = "Australia/Melbourne"
 

	
 
# The date format for this installation
 
DATE_FORMAT = "j F Y"
...
 
@@ -261,7 +261,7 @@ ACCOUNT_LOGOUT_REDIRECT_URL = "/"
 
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 2
 
ACCOUNT_USE_AUTH_AUTHENTICATE = True
 

	
 
THEME_CONTACT_EMAIL = "team@hobart.lca2017.org"
 
THEME_CONTACT_EMAIL = "pyconau-orgs@lists.linux.org.au"
 

	
 
AUTHENTICATION_BACKENDS = [
 
    "symposion.teams.backends.TeamPermissionsBackend",
0 comments (0 inline, 0 general)