Hi, I'm new to Django and am after some advice :)

I have a variety of applications in my project, each with different
data models, that exist at /app1 /app2 /app3 etc. Each of them
contains a 'newsfeed' style index page with a series of entries and
comments, but the format of the entries differs between the
applications.

I want to create a 'master' homepage for the project (perhaps in a
'homepage' application), that combines all the other applications'
'newsfeeds' (including comments). I don't want to have all the entries
from app1, followed by all from app2, etc.. I want to mash them all
together (in reverse-chronological order), but each entry needs to be
rendered with its corresponding application's template snippet.

Any thoughts on the best way to achieve this? Thanks!

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

Reply via email to