On Thu, Jun 10, 2010 at 3:32 PM, tsmets <[email protected]> wrote: > I thought I could use the generic views to fill the side bars with > summary data. > > Not sure what you mean - pass the vars to the template and use them accordingly wherever you want. IMHO, django doesnt know whether something is in the sidebar or footer or header - you have to define them accordingly in your templates and use it.
If you want to pass extra data in a generic view, then try 'extra_context'. -V -- 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.

