DEV Community

Discussion on: Deploy Django web application

Collapse
 
ambrosebyamugisha profile image
Ambrose Byamugisha

STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' does not work for me. Instead I use STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'