0.95-bugfixes: Apply flup traceback suppression from [4170]
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@4363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
154b64dcf8
commit
027afbcb00
|
@ -108,7 +108,9 @@ def runfastcgi(argset):
|
|||
wsgi_opts = {}
|
||||
else:
|
||||
return fastcgi_help("ERROR: Implementation must be one of prefork or thread.")
|
||||
|
||||
|
||||
wsgi_opts['debug'] = False # Turn off flup tracebacks
|
||||
|
||||
# Prep up and go
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
|
||||
|
|
Loading…
Reference in New Issue