Commit graph

3 commits

Author SHA1 Message Date
Finn-Thorben Sell
ece1521acd
put error handling and error definitions in one file named errors.py 2022-03-19 23:12:47 +01:00
Finn-Thorben Sell
7e05c085be
add custom error handling for own exceptions
This introduces a function that wraps django entry points with an error
handler so that our own exception can be pretty-printed to an end-user
without a large stack-trace.
The defined error handler has also been applied to the existing
management, wsgi, asgi and fastcgi entry point definitions.
2022-03-18 21:56:21 +01:00
Jannis Leidel
87f2b4723d Add a fastcgi helper. Fixes #19. 2013-03-27 16:57:05 +01:00