You can.
1) copy
routes.examples.py into routes.py
2) uncomment:
error_message_ticket = '<html><body><h1>Internal error</h1>Ticket
issued: <a href="\
/admin/default/ticket/%(ticket)s" target="_blank">%(ticket)s</a></
body></html>'
you can edit the above message and make it whatever you like. You can
also make the error customized per-app.
Massimo
On Sep 11, 7:03 am, "Sebastian E. Ovide" <
sebastian.ov...@gmail.com>
wrote: