#11153: django development server needs to trap all exceptions just like mongrel & webbrick does --------------------------------------+------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: 1.1 Component: Uncategorized | Version: 1.0 Keywords: test server exception | Stage: Unreviewed Has_patch: 0 | --------------------------------------+------------------------------------- If you run "manage.py runserver" there are *some* exceptions that cause the sandbox server to die. Like SyntaxError, etc... Developer has to restart test server every time this happens. Happens a lot ;) OOH, with ruby on rails mongrels and webrick do not die on any exceptions. The standard Django Debug exception handler should handle this.
-- Ticket URL: <http://code.djangoproject.com/ticket/11153> Django <http://code.djangoproject.com/> 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?hl=en -~----------~----~----~----~------~----~------~--~---
