In developing my new personal website using Django, one thing I am
doing is replicating much of my data into my own domain.  Things such
as photos from flickr, links from del.icio.us and current tracks from
last.fm.   I'd also like to incorporate a tumblelog which will
aggregate this information (I gotta give it up to Jeff Croft as being
one of the first folks I saw really bringing it all together in a
great form).

I can handle building the models and importing the information,
however I'm not sure how I can aggregate the various models sorted
cronologically for display in the tumblelog.  I can think of some not
so pretty ways of doing it but I'd really be interested in how others
have tackeled this problem.


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