I will often do this via direct_to_template to an index.html template and have a set of template tags that pull in the dynamic content like latest blog posts, etc.
On Nov 17, 2010, at 5:29 AM, eiriks wrote: > Most tutorials I've read organize apps into a structure of this sort: > > domain.com/blog > domain.com/map > domain.com/links > domain.com/another_app > > What about the index: how would an app (or a flatpage?) for that look > like? An index typically includes some of the blogpost from the blog, > some of the links from the link app and perhaps a teaser for the map > app. > > Any hints on getting started on this "app to rule them all"? > > -- > 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. > - Jason -- 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.

