Thursday, January 27, 2011

Re: Question about including views in base templates

I think you're looking for 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


No comments:

Post a Comment