palewire/django-bakery

Error views support

jorenham opened this issue · 2 comments

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

Great idea. There is a buildable 404 view you can use now. It's here. If you want to take a run at expanding that to the other views, I'd really appreciate it. We should probably document them better as well.

@jorenham, if you want to attempt a patch to add this feature I'd welcome it.