Opened 15 years ago

Closed 15 years ago

#11153 closed (duplicate)

django development server needs to trap all exceptions just like mongrel & webbrick does

Reported by: forgacs.attila@… Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords: test server exception
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (3)

comment:1 by anonymous, 15 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by anonymous, 15 years ago

milestone: 1.1

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #9589

Note: See TracTickets for help on using tickets.
Back to Top