mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-10 20:06: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'
|
AUTH_USER_MODEL = 'users.User'
|
||||||
LOGIN_URL = '/login'
|
LOGIN_URL = '/login/'
|
||||||
LOGIN_REDIRECT_URL = '/'
|
LOGIN_REDIRECT_URL = '/'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue