For anyone who isn't using it already, the Template Timings Panel[0] is a plug-in for DDT and is a fantastic profiling tool.<p>[0] <a href="https://github.com/orf/django-debug-toolbar-template-timings" rel="nofollow">https://github.com/orf/django-debug-toolbar-template-timings</a>
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!<p>[1] <a href="https://github.com/dcramer/django-devserver" rel="nofollow">https://github.com/dcramer/django-devserver</a>
Be aware that this version of DDT is likely broken if you are using require.js or other AMD loaders. It may even fail in non-AMD environments if you are using jQuery. This appears to be related to DDT now loading its own jQuery in a non-AMD way. For status see:<p><a href="https://github.com/django-debug-toolbar/django-debug-toolbar/issues/472" rel="nofollow">https://github.com/django-debug-toolbar/django-debug-toolbar...</a><p>and<p><a href="https://github.com/django-debug-toolbar/django-debug-toolbar/pull/506" rel="nofollow">https://github.com/django-debug-toolbar/django-debug-toolbar...</a>
DDT is great tool. This is one of those things that should be much easier to install into a standard Django install, IMHO. It might not be a battery to include, but it should be a battery that is really, really easy to install.