hey, i searched around this forum and found a lot of questions similar
to this, but i couldnt find an answer to my question.

I need to send data to my templates that comes from multiple tables in
my database. Inside views.py it only lets me send 1 queryset to the
template, so i figured the only way to send data from more than 1
table was to join everything i needed into a single queryset. however
i cant figure out how to join tables within django. is there a way to
do this? and if not is there another way to solve my problem? thanks
in advance for any help

-Shane

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