I first read about Django 3 days ago. Now I try to make myself a blog.

I want to show data from different apps and sql-tables on the same
page. My frontpage should show a blog, my friends birthdays and qoutes.
With Generic-views I have made a simple blog, but on the same page, I
want to show my friends birthdays. I have read tutorials on making
different things, but how can I put the data together? In the view or
in the template?

Can I use generic views to fetch in example three different list of
objects at the same time, sending this to the template? Or is it
possible to put together templates containing data like this
psaudo-code:

<body>
<div>include blog/ </div>
<div>include friends/</div>
<div>include qoutes/<div>
</body>

Sorry for my stupid english.


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

Reply via email to