Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Django Debug Toolbar Screencast (robhudson.github.com)
53 points by twampss on Sept 18, 2009 | hide | past | favorite | 15 comments


Great screencast, but did anyone else zone out after 30 seconds because the music was so good? I had to play the screencast a second time to actually watch it.</digression>


My guess is it's a Django Reinhardt song. :)


It's by Anouman (http://anouman.net) -- but it's gypsy jazz, same style as Django.


If you prefer Rails, there is a very similar tool for Rack, called Rack::Debug: http://github.com/ddollar/rack-debug. I believe it was inspired by DDT.


Alrighty then. Using out Django Debug Toolbar has been on my list of things to start doing for a while now, but after seeing this, how could I not start immediately?


Okay, it is installed. And it is awesome. I'm a bit sad I didn't start using this before. Had similar feeling about command extensions and south when I started using them.



certainly :)


hm. after using it for a while, it seems to slow down the development server quite a bit. have other people found this or am i hallucinating?


No, I've found that too. My fork on github [0] has the necessary patches to make the "should this be enabled" function make its decision on the basis of a GET parameter, so you can do ?toolbar-enabled=1 and ?toolbar-enabled=0 or whatever.

[0] http://github.com/durin42/django-debug-toolbar


Django Debug Toolbar is a must use for Django development. I hope it becomes a contrib app at some point.


What value does it gain from becoming a contrib app, other than slower releases and less experimentation? I really don't understand the feeling of wanting things to go into Contrib. Hopefully soon, Russ's "No Bad Pony" talk from Djangocon this year will be online to point people to.


So instead of people in threads like this going "WTF, how did I not know about this?" ... they will be like ... "Yeah, that's in the documentations I use it everyday it's great."


The answer to people not knowing about useful third-party apps is not to stuff all the apps into contrib.


I agree that it should not be in contrib, but it might be useful to have a doc page listing useful tools that ease development (DDT, South...)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: