Matthew Marshall wrote:
For dynamic data that you need on every page, I would make a custom template
tag. Check this out for how to do it:
http://code.djangoproject.com/file/djangoproject.com/django_website/apps/blog/templatetags/latestblogentry.py
MWM
As it happens, I've just finished doing exactly that, using the
django.templatetags.* modules for pointers. I'll write a page for the
wiki this evening on the subject, 'cos I can't see it being a
particularly unusual requirement, and documentation is good :)
-Andy