Implement custom exception handling so we can get errors properly
authorMagnus Hagander <magnus@hagander.net>
Mon, 24 Nov 2008 15:32:29 +0000 (15:32 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 24 Nov 2008 15:32:29 +0000 (15:32 +0000)
commitdf303ae8c649487275a92b8702bd773a6813a8db
tree2bd9bbf82a748ccc9fe364e351a454cc80809eba
parent71ef41205778f83318003aed5b115d7698872e05
Implement custom exception handling so we can get errors properly
and not just throw a generic 500 Internal Server Error message.
planetadmin/exceptions.py [new file with mode: 0644]
planetadmin/register/templates/internal_error.html [new file with mode: 0644]
planetadmin/register/views.py
planetadmin/settings.py