Skip to content

Commit

Permalink
feat: set custom django report class
Browse files Browse the repository at this point in the history
Change-Id: I33d45cd0879d646a122ed3a269932984237be5f1
  • Loading branch information
Guillaume-sousa committed Sep 11, 2023
1 parent 39ccf3e commit fe2e228
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mdcs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,3 +532,8 @@
}

LOGIN_URL = "core_main_app_login"

# Default view for Django Exception Reports
DEFAULT_EXCEPTION_REPORTER_FILTER = (
"core_main_app.views.admin.views.CustomExceptionReporter"
)

0 comments on commit fe2e228

Please sign in to comment.