Re: Multiple ForeignKey Relationship

2008-02-21 Thread paul
Hi Michael, Thanks a lot. That query made me realize I've got to re-think this. http://groups.google.com/group/django-users/browse_thread/thread/477915b60c5d160e/ff677bbbf87ea9b3?lnk=gst&q=django+edit+inline#ff677bbbf87ea9b3 On Feb 21, 8:21 am, Michael Newman <[EMAIL PROTECTED]> wrote: > http:

Re: Multiple ForeignKey Relationship

2008-02-21 Thread Michael Newman
http://www.djangoproject.com/documentation/model-api/#many-to-one-relationships look at the edit inline option. The blogosphere is also nice enough to have posted hundreds of examples and test cases that might meet your purposes. Google django edit inline for these examples. On Feb 21, 9:56 am,

Multiple ForeignKey Relationship

2008-02-21 Thread paul
I'm trying to work out how I'm going to setup a model structure a video section of my website. Say I have this scenario. - Each video belongs to a set of 4-5 videos. - Depending on the set the video belongs too, certain information will need to be attached to that video (ie> recipe/chef informati