This commit is contained in:
Ross
2020-10-16 00:05:02 +01:00
parent c6a03bea44
commit c67624c4ba
+1
View File
@@ -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/)