I have done something like this before with php & mysql creating all my own sql statements but I am getting a bit confused with the ForeignKey and ManytoMany fields. I like to create following models:
Organizations: May be the users Company or one of many clients People: May be a users info or one of many contact person for one Organization. Address: May be People or Organizations Phone# Can be Phone, FAX, Mobile etc. for either People or Organizations Where do I place my ForeignKey and ManyToMany fields? Also, lets take Organization as example: where do I place the select box which indicates if it is owned by user, a client or a vendor etc. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

