orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
296 stars 28 forks source link

Which version of debug-toolbar is required? #10

Closed wimfeijen closed 11 years ago

wimfeijen commented 11 years ago

Hi, using django-debug-toolbar==0.8.5 I get an error: Error importing debug panel template_timings_panel.panels.TemplateTimings: "No module named tracking.db"

Which version of django-debug-toolbar is required?

orf commented 11 years ago

I'm using it on 0.9.4 and it works. tracking.db has been in the debug_toolbar repo for 2 years, it should be able to import that just fine. Updating django-debug-toolbar might fix it.

What version of Django are you using?

wimfeijen commented 11 years ago

Hi Orf, thanks for your quick reply!

Upgrading django-debug-toolbar to 0.9.4 worked, thanks!

I'm using django 1.3.5 so I am safe for now.