mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-27 15:12:25 +00:00
Change le comportement de /login/ dans django 1.10, fix redirect url
This commit is contained in:
parent
0a932a1cbf
commit
945ff8be77
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PASSWORD_HASHERS = (
|
|||
)
|
||||
|
||||
AUTH_USER_MODEL = 'users.User'
|
||||
LOGIN_URL = '/login'
|
||||
LOGIN_URL = '/login/'
|
||||
LOGIN_REDIRECT_URL = '/'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue