Hacker News new | past | comments | ask | show | jobs | submit login

DDT and Django devserver[1] are the two first packages I install for every new Django project. Thanks to anyone who has contributed to this release!

[1] https://github.com/dcramer/django-devserver




Can you talk about why django-devserver is so useful for you?


The biggest thing for me is that it allows you to profile your SQL queries from AJAX calls which Django Debug Toolbar doesn't handle.


For AJAX the https://github.com/recamshak/django-debug-panel also works, although you need to install the matching chrome extension. (Don't know if it works yet with this new release of django-debug-toolbar).


That looks great. Thanks for the heads up!


I suppose it's not that hard [1] to write a logging filter to display SQL just like devserver does but without all that monkeypatching ?

[1] http://blog.ionelmc.ro/2013/12/10/adding-stacktraces-to-log-...




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

Search: