sentry: integration with error 500 page

This commit is contained in:
2018-10-10 02:07:13 +02:00
parent f7be284b30
commit bdd8427758
4 changed files with 654 additions and 621 deletions

View File

@ -48,6 +48,7 @@ js_info_dict = {"packages": ("sith",)}
handler403 = "core.views.forbidden"
handler404 = "core.views.not_found"
handler500 = "core.views.internal_servor_error"
urlpatterns = [
url(r"^", include("core.urls", namespace="core", app_name="core")),