On Nov 1, 9:27 pm, "[email protected]" <[email protected]> wrote: > I finally installed the django debug toolbar, which looks like a very > nice piece of work, but it's not reporting sql queries for me. Every > page: 0 queries, 0 seconds. > > Any suggestions on where the problem may lie?
Have you added the DebugToolbarMiddleware to your MIDDLEWARE_CLASSES in settings.py? -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

