Set LOGIN_URL setting
This commit is contained in:
parent
4aaa1db3a8
commit
7debce5a3d
@ -79,6 +79,7 @@ DATABASE_ROUTERS = [
|
|||||||
|
|
||||||
# Default URL to redirect to after authentication
|
# Default URL to redirect to after authentication
|
||||||
LOGIN_REDIRECT_URL = "/"
|
LOGIN_REDIRECT_URL = "/"
|
||||||
|
LOGIN_URL = "/auth/login/"
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/3.1/topics/i18n/
|
# https://docs.djangoproject.com/en/3.1/topics/i18n/
|
||||||
|
Loading…
Reference in New Issue
Block a user