Hello -
I finally have some time to check out Django and I absolutely love it.
I started my first project yesterday, so I'm sorry if something like
this has already come up on the list before.
I'm going to have several different models: articles, headlines,
reviews, etc. All have to do with publishing stories, but all are
different in their own ways. For instance, an article just has a
title and a body but a review has a title, body, amazon url, etc.
I'd like for all of these different types to be on the front page
blog-style with newest first. What would be the easiest way to
aggregate all of these?
Thanks!
--
Joe Topjian
email: [EMAIL PROTECTED]
web: http://adminspotting.net
- Aggregating multiple models Joe Topjian
- Re: Aggregating multiple models Joe Topjian