Opened 16 years ago
Closed 16 years ago
#11153 closed (duplicate)
django development server needs to trap all exceptions just like mongrel & webbrick does
| Reported by: | 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 , 16 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 16 years ago
| milestone: | 1.1 |
|---|
comment:3 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #9589