Changeset - e4ef2d786218
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-05-13 07:55:54
ben@sturm.com.au
Switch to ManifestStaticFilesStorage for hashed URLs to static files
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy/settings/base.py
Show inline comments
...
 
@@ -128,6 +128,7 @@ STATIC_ROOT = BASE_DIR.parent / 'collected_static'
 
STATICFILES_DIRS = [
 
    BASE_DIR / 'static',
 
]
 
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
 

	
 
MEDIA_ROOT = BASE_DIR.parent / 'media'
 
MEDIA_URL = '/media/'
0 comments (0 inline, 0 general)