From 5448d0e624dbda5f2ce1fb128cdec71ec36a643e Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 27 Mar 2023 20:26:19 +0300 Subject: [PATCH] Set login/logout redirect --- FOSSDB_web/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FOSSDB_web/settings.py b/FOSSDB_web/settings.py index ace8085..e18612d 100644 --- a/FOSSDB_web/settings.py +++ b/FOSSDB_web/settings.py @@ -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 = ""