On 2/8/07, hotani <[EMAIL PROTECTED]> wrote:
> This has been asked several times, but I am not clear on how people
> are solving it. From what I understand so far, a setting called
> "TEMPLATE_CONTEXT_PROCESSORS" can be tweaked to make this possible.
> However, I'm not seeing a clear way to do that.

TEMPLATE_CONTEXT_PROCESSORS should be a list of functions. Each
function needs to do two things:

 1. Accept an HttpRequest as its argument.
 2. Return a dictionary (possibly an empty dictionary, but it must be
a dictionary)

> Some of these templates come from generic views and are not seeing
> the setting.

Generic views use RequestContext by default.

-- 
"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