Author: ubernostrum
Date: 2007-01-19 21:56:19 -0600 (Fri, 19 Jan 2007)
New Revision: 4363
Modified:
django/branches/0.95-bugfixes/django/core/servers/fastcgi.py
Log:
0.95-bugfixes: Apply flup traceback suppression from [4170]
Modified: django/branches/0.95-bugfixes/django/core/servers/fastcgi.py
===================================================================
--- django/branches/0.95-bugfixes/django/core/servers/fastcgi.py
2007-01-20 02:09:13 UTC (rev 4362)
+++ django/branches/0.95-bugfixes/django/core/servers/fastcgi.py
2007-01-20 03:56:19 UTC (rev 4363)
@@ -108,7 +108,9 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---