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:
James Bennett 2007-01-20 03:56:19 +00:00
parent 154b64dcf8
commit 027afbcb00
1 changed files with 3 additions and 1 deletions

View File

@ -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