[EMAIL PROTECTED] wrote: > Yes, that works, but my base.html needs this called in each view to get > the data from the DB: > > category_list = Category.objects.filter(active__exact=1)
This is solved by context processors: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---