Re: Django and models with multiple foreign keys

2012-02-26 Thread akaariai
On Feb 26, 4:03 am, trudoe wrote: > In brief, can someone please help me to get a summary of all the trips > and activities? What's the best way to accomplish that? Is the model > correct? >From the looks of it, you might benefit if the m2m relation would be hand-defined,

Django and models with multiple foreign keys

2012-02-25 Thread trudoe
I am new to Django and I've been impressed so far by its capabilities. I am playing with more complex models and I am have problem to use them properly. Using Django 1.3, I am trying to write a summary page which would present the three models below with the following structure. In other words, a