Re: Where to place ForeignKey?

2007-04-04 Thread Malcolm Tredinnick
On Wed, 2007-04-04 at 16:47 -0700, TaMeR wrote: > 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 Comp

Where to place ForeignKey?

2007-04-04 Thread TaMeR
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 o