8000 0.95-bugfixes: Apply flup traceback suppression from [4170] · django/django@027afbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 027afbc

Browse files
committed
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
1 parent 154b64d commit 027afbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

django/core/servers/fastcgi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ def runfastcgi(argset):
108108
wsgi_opts = {}
109109
else:
110110
return fastcgi_help("ERROR: Implementation must be one of prefork or thread.")
111-
111+
112+
wsgi_opts['debug'] = False # Turn off flup tracebacks
113+
112114
# Prep up and go
113115
from django.core.handlers.wsgi import WSGIHandler
114116

0 commit comments

Comments
 (0)
0