django.views.debug get_default_exception_reporter_filter Example Code

get_default_exception_reporter_filter is a callable within the django.views.debug module of the Django project.

Example 1 from django-debug-toolbar

django-debug-toolbar (project documentation and PyPI page) grants a developer detailed request-response cycle information while developing a Django web application. The code for django-debug-toolbar is open source and maintained by the developer community group known as Jazzband.

django-debug-toolbar / debug_toolbar / panels / settings.py