Set login/logout redirect

This commit is contained in:
Kristofers Solo 2023-03-27 20:26:19 +03:00
parent be727ce4eb
commit 5448d0e624

View File

@ -133,3 +133,5 @@ MEDIA_ROOT = BASE_PATH.joinpath("media")
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
LOGIN_REDIRECT_URL = ""
LOGOUT_REDIRECT_URL = ""