mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-26 08:53:46 +00:00
Change le comportement de /login/ dans django 1.10, fix redirect url
This commit is contained in:
parent
334433f25d
commit
6a80d55389
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