Opened 15 years ago

Closed 15 years ago

#8942 closed (invalid)

Django should have the best debugging and profiling tools of any web framework

Reported by: simon Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords: djangocon
Cc: ewalstad@…, Mike Scott, treborhudson@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Adrian and Jacob on stage at DjangoCon.

Change History (6)

comment:1 Changed 15 years ago by afarnham@…

At least as good as this: https://tuneup.fiveruns.com/

comment:2 Changed 15 years ago by anonymous

Cc: ewalstad@… added

comment:3 Changed 15 years ago by anonymous

Cc: Mike Scott added

comment:4 Changed 15 years ago by Bryan Veloso

Rob Hudson has started work on a debug toolbar after Cal Henderson's talk at DjangoCon. The code can be found here, http://github.com/robhudson/django-debug-toolbar/tree/master

comment:5 Changed 15 years ago by Rob Hudson <treborhudson@…>

Cc: treborhudson@… added

comment:6 Changed 15 years ago by Malcolm Tredinnick

Resolution: invalid
Status: newclosed

This is another one of those items that can't be a real bug report. There's no measurable completion step. Who's to say what is the "best in the world". This is just an ongoing project to improve things. Specific patches to core, when required should go into individual tickets (so that history doesn't get muddled up and we can triage/review/commit individually).

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