fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moar api
[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 = '/'