django-bakery
django-bakery copied to clipboard
Gzip corrupts buildserver response
If I delete my build directory, set BAKERY_GZIP = True
, rebuild, and then python manage.py buildserver
, all HTML content is corrupted in my browser, as the test server appears to be serving the raw gzipped content without the correct header.
Are there any additional settings not mentioned in the docs that need to be set to get gzipped content to be accessible via the buildserver?