Files @ 929388220cfc
Branch filter:

Location: symposion_app/pinaxcon/devmode_settings.py

Joel Addison
Update speaker styling

Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
AUTHENTICATION_BACKENDS = [
    'symposion.teams.backends.TeamPermissionsBackend',
    'django.contrib.auth.backends.ModelBackend',
]
LOGIN_URL='/accounts/login'

ROOT_URLCONF = "pinaxcon.devmode_urls"

DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'