I think you're looking for context processors.

http://docs.djangoproject.com/en/dev/ref/templates/api/#writing-your-own-context-processors

You write functions that add to the context each page receives. That info is 
available in the template regardless of which view called the rendering.

Shawn


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

Reply via email to