webproject: Custom exception reporter filter
Remove 'cleanse' middleware that was used to clean sensitive variables from admin mails. Instead, create a custom exception filter and set this filter as Django's default reporter (DEFAULT_EXCEPTION_REPORTER_FILTER).
Please register or sign in to comment