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

Error views support

Open jorenham opened this issue 7 years ago • 2 comments

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

jorenham avatar Mar 02 '18 21:03 jorenham

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.

palewire avatar Mar 03 '18 23:03 palewire

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

palewire avatar Dec 05 '18 03:12 palewire