#2322: Django FCGI interface doesn't display the 500 error page when an
unhandled
exception occurrs
------------------------------+---------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Core framework | Version: SVN
Severity: normal | Keywords:
------------------------------+---------------------------------------------
If I set DEBUG = False in my settings.py, fcgi interface displayes a
backtrace, which the user shouldn't see
(actually, flup does this, because WSGIServer is called without 'debug'
parameter, and it is true by default).
I think there should be a command line option 'debug' in manage.py
runfcgi.
--
Ticket URL: <http://code.djangoproject.com/ticket/2322>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---