django models : How to have variable number of foreign keys in a model ?

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2010-04-10T13:19:53Z Indexed on 2010/04/10 13:23 UTC
Read the original article Hit count: 290

For instance, Model Resume contains variable number of Model Project 's,
What should be my models and relationships between them to achieve this ?
Thanks in advance.

© Stack Overflow or respective owner

Related posts about django

Related posts about django-models