django-bakery
django-bakery copied to clipboard
A set of helpers for baking your Django site out as flat files
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...
How can I make this happen? I'm using `BuildableTemplateView`. Django 1.8 django-bakery 0.12.6
We're going to have to go and fix the whole setup I suspect.
Might be this http://stackoverflow.com/questions/5523373/python-how-to-move-a-file-with-unicode-filename-to-a-unicode-folder We could use a test that recreates it, then I think we can figure out a patch.
Automatically build `handler400`, `handler403`, `handler404` and `handler500` https://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views