test
This commit is contained in:
@@ -143,6 +143,7 @@ STATIC_URL = '/static/'
|
|||||||
STATIC_ROOT = os.path.join(REPOSITORY_ROOT, 'static/')
|
STATIC_ROOT = os.path.join(REPOSITORY_ROOT, 'static/')
|
||||||
|
|
||||||
MEDIA_URL = '/media/'
|
MEDIA_URL = '/media/'
|
||||||
|
|
||||||
MEDIA_ROOT = os.path.join(REPOSITORY_ROOT, 'media/')
|
MEDIA_ROOT = os.path.join(REPOSITORY_ROOT, 'media/')
|
||||||
|
|
||||||
# Redirect to home URL after login (Default redirects to /accounts/profile/)
|
# Redirect to home URL after login (Default redirects to /accounts/profile/)
|
||||||
|
|||||||
Reference in New Issue
Block a user