Changeset - 968c0c4fbad4
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 11 days ago 2024-04-26 06:26:51
ben@sturm.com.au
Move media to top-level directory
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/settings/base.py
Show inline comments
...
 
@@ -129,7 +129,7 @@ STATICFILES_DIRS = [
 
    BASE_DIR / 'static',
 
]
 

	
 
MEDIA_ROOT = BASE_DIR / 'media'
 
MEDIA_ROOT = BASE_DIR.parent / 'media'
 
MEDIA_URL = '/media/'
 

	
 
MIDDLEWARE = [
0 comments (0 inline, 0 general)