Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / exception_filter.py @ 0fa71fcc

History | View | Annotate | Download (4.4 kB)

# Date Author Comment
0fa71fcc 12/03/2013 06:04 pm Christos Stavrakakis

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).