On 3/26/07, gdonald <[EMAIL PROTECTED]> wrote:
> I tried a couple of page reloads, stuff I know is querying the
> database, still nothing.

It resets at the end of each page load, and each request/response
cycle gets its own copy, so you need to access it from within that.
The 'debug' context processor will make this information available to
your templates, so you can print it out there (as in the snippet Eric
linked to).

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to