TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Django Debug Toolbar 1.0 beta released

107 pointsby pajjuover 11 years ago

5 comments

numlockedover 11 years ago
For anyone who isn&#x27;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:&#x2F;&#x2F;github.com&#x2F;orf&#x2F;django-debug-toolbar-template-timings</a>
评论 #6951344 未加载
评论 #6951240 未加载
randletover 11 years ago
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:&#x2F;&#x2F;github.com&#x2F;dcramer&#x2F;django-devserver</a>
评论 #6951080 未加载
arthurkover 11 years ago
the final was released yesterday
评论 #6950787 未加载
zentrusover 11 years ago
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:&#x2F;&#x2F;github.com&#x2F;django-debug-toolbar&#x2F;django-debug-toolbar...</a><p>and<p><a href="https://github.com/django-debug-toolbar/django-debug-toolbar/pull/506" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;django-debug-toolbar&#x2F;django-debug-toolbar...</a>
wiremineover 11 years ago
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.
评论 #6951218 未加载