rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / settings / auth.py
1 AUTHENTICATION_BACKENDS = [
2     'django.contrib.auth.backends.ModelBackend',
3     'allauth.account.auth_backends.AuthenticationBackend',
4 ]
5 EMAIL_CONFIRMATION_DAYS = 2
6 LOGIN_URL = '/uzytkownik/login/'
7
8 LOGIN_REDIRECT_URL = '/'