On 6/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > As said in the docs http://www.lawrence.com/about/staph/ is a flatpage > but it contains extra date like that calendar and the latest news. So > I actually just want to know how to get this additional dynamic > content on my flatpage.
Those are handled by template tags which fetch bits of dynamic content. Generally, template tags are a good solution when you have something which needs to appear on every page of the site (in this case, the event calendar and other info in the sidebar), since they can be used without editing your view, and since template inheritance lets you put them into one "parent" template and have it inherit into many "child" templates automatically. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---