Daniel,

Thank you for your reply.

Following your advice I tried the following:

task is the model that relates to project.

<ul>
{% for task in project.task.all %}
<li>{{ task.title }}</li>
{% endfor %}
</ul>

It doesn't show anything so I think I'm confusing my models. Am I
missing something obvious ? I am only writing this project management
app to try and learn django ^^

One last question, if django automatically joins tables on foreign
keys doesn't that make most queries quite expensive in terms of
performance ?

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