diff --git a/rad/settings.py b/rad/settings.py index e517ef98..09178a66 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -143,7 +143,6 @@ 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/)