Specify logout url

This commit is contained in:
Jannis Portmann 2023-04-04 23:08:10 +02:00
parent 393d5c0d45
commit cd9bc0cba3

View file

@ -116,6 +116,7 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
LOGOUT_REDIRECT_URL = "/"
# Internationalization
# https://docs.djangoproject.com/en/4.1/topics/i18n/