On Thu, 2006-09-21 at 02:43 +0000, keukaman wrote:
> Is there a tutorial that shows a step-by-step description of how to
> include content from one application in all pages on a site?
> 
> I'm building a site that will have 5 headlines in a "left nav" area of
> the site. Those headlines will carry through all pages. Each headline
> will link to a story in a "news" section. Some of the pages will be
> flatpages.

This is a good place to start:

http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags

Since template tags can be used in any template (including the base
template for flatpages), you can put the information anywhere. As Rob
mentioned in another reply, template tags are the general solution here.

Regards,
Malcolm


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

Reply via email to