From c67624c4bacf63286e2964169962d45ab3ca2acb Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 16 Oct 2020 00:05:02 +0100 Subject: [PATCH] test --- rad/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rad/settings.py b/rad/settings.py index 09178a66..e517ef98 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -143,6 +143,7 @@ STATIC_URL = '/static/' STATIC_ROOT = os.path.join(REPOSITORY_ROOT, 'static/') MEDIA_URL = '/media/' + MEDIA_ROOT = os.path.join(REPOSITORY_ROOT, 'media/') # Redirect to home URL after login (Default redirects to /accounts/profile/)