Thanks, this is exactly what I was after. After setting this up, I
realized I had a few render_to_response calls of my own that weren't
building a RequestContext.

Working great for me. Everytime I think I'm starting to get a handle on
how django works, another facet like this is revealed.


Adrian Holovaty wrote:
> On 7/6/06, shredwheat <[EMAIL PROTECTED]> wrote:
> > I have a site preference for my site that I'd like to make
> > automatically available to all my templates. I can't figure out a clean
> > way to do this.
>
> The TEMPLATE_CONTEXT_PROCESSORS setting is exactly for this purpose.


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

Reply via email to