From 74dad5ce3b6364cb60d4b2863073f8b94e2a0020 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 2 May 2021 19:07:13 +0100 Subject: [PATCH] . --- rad/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rad/settings.py b/rad/settings.py index 1fec0449..5173320b 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -168,6 +168,7 @@ MEDIA_ROOT = '/home/django/rad/media/' # Redirect to home URL after login (Default redirects to /accounts/profile/) LOGIN_REDIRECT_URL = "/" +LOGOUT_REDIRECT_URL = "/" TAGULOUS_AUTOCOMPLETE_JS = ( "tagulous/lib/jquery.js",