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
...
 
@@ -28,13 +28,13 @@ ALLOWED_HOSTS = []
 
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 
# although not all choices may be available on all operating systems.
 
# On Unix systems, a value of None will cause Django to use the same
 
# 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"
 

	
 
# Language code for this installation. All choices can be found here:
 
# http://www.i18nguy.com/unicode/language-identifiers.html
...
 
@@ -258,13 +258,13 @@ ACCOUNT_EMAIL_UNIQUE = True
 
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False
 
ACCOUNT_LOGIN_REDIRECT_URL = "dashboard"
 
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",
 
    "account.auth_backends.UsernameAuthenticationBackend",
 
    "account.auth_backends.EmailAuthenticationBackend",
 
]
0 comments (0 inline, 0 general)