4
votes
2answers
284 views
Serving gzipped content from django
I'm trying to serve a gzipped version of a text/html page in Django, but Firefox is telling me there's a content encoding error.
NOTES:
I realize this is not a best practice a …
