django-bakery icon indicating copy to clipboard operation
django-bakery copied to clipboard

A set of helpers for baking your Django site out as flat files

Results 38 django-bakery issues
Sort by recently updated
recently updated
newest added

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

bug

We're going to have to go and fix the whole setup I suspect.

bug
celery

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.

bug

Automatically build `handler400`, `handler403`, `handler404` and `handler500` https://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views

feature