Set LOGIN_URL setting

This commit is contained in:
Adam Goldsmith 2023-02-02 15:10:24 -05:00
parent 4aaa1db3a8
commit 7debce5a3d

View File

@ -79,6 +79,7 @@ DATABASE_ROUTERS = [
# Default URL to redirect to after authentication
LOGIN_REDIRECT_URL = "/"
LOGIN_URL = "/auth/login/"
# Internationalization
# https://docs.djangoproject.com/en/3.1/topics/i18n/