I am new to Django, and forgive me if this is a question that has
already been answered, but I can not seem to find the "official"
answer.  I will explain what I am trying to figure out with an example.

I am building a wiki, I have a number of views which show a wiki page,
edit a wiki page, save a wiki page.....  I want on the page that shows
a wiki page contents, to also have a listing of all wiki pages for the
wiki.  Essentially I want data from two different views on the same
page, but I don't want to couple the code.

Looking through the groups and some blogs I seem to keep finding two
things:

1.  Template Tags
2.  "nested" templates (base template with blocks for using other
templates).

If someone could point me in the right direction for this I would
appreciate it.

Thanks,
Ken.


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