Files @ 2a720bd46bb4
Branch filter:

Location: symposion_app/pinaxcon/devmode_settings.py

Joel Addison
Tickets for LCA2021

Disable lots of inventory that does not exist for a virtual conf.
Add Swag Badge category and product.
Adjust attendee profile to hide irrelevant questions.
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'

INTERNAL_IPS = ['*']