8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-20 22:44:08 +00:00

Change le comportement de /login/ dans django 1.10, fix redirect url

This commit is contained in:
Gabriel Detraz 2016-12-14 03:48:50 +01:00 committed by root
parent 0a932a1cbf
commit 945ff8be77

View file

@ -28,7 +28,7 @@ PASSWORD_HASHERS = (
)
AUTH_USER_MODEL = 'users.User'
LOGIN_URL = '/login'
LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'