﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6172	Disabling Django Exception System	Armin Ronacher	nobody	"I'm getting mails and comments on my blog if there are ways to get the werkzeug debugger running in django.  In theory that should be easy because django supports WSGI, however there is currently no way to hook in WSGI middlewares, and even more important: disable the django error reporting system.

Hooking in custom WSGI middlewares is pretty simple for the dev server or a non mod_python environment, however there is currently no sane way to disable the default debugger (beside monkey patching).

My proposal: add a config value DISABLE_EXCEPTION_PROCESSING that disables the debug view and exception mailing system completely."		closed	Core (Other)	dev		fixed			Design decision needed	0	0	0	0	0	0
