You might want to think about using the direct_to_template function
instead, it uses the Request Context values, which allows you to take
advantage of the login system, where as the render_to_response does
not (by default).

J

On Apr 13, 7:16 pm, jason <zou...@gmail.com> wrote:
> using the common view function(render_to_response) would solve the
> problems. i should have checked the django documentation more
> carefully.
>
> On Apr 13, 7:48 pm, jason <zou...@gmail.com> wrote:
>
> > hi guys,
>
> > i want to create a page includes several querysets to display several
> > boards of different staffs. i used the generic.list_detail to do this,
> > but the object_list seemed to accept only one dictionary argument to
> > go. so how can i use several querysets in the single template to
> > display different record sets? like the index page of most websites,
> > there are many contents from different data sources.
>
> > 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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to