Re: Is there a better way to do this?

2014-03-17 Thread Gene Coetzee
e than one supervisor you can use a ManyToMany > instead of ForeignKey > > > > On Sunday, March 16, 2014 5:59:59 PM UTC-5, Gene Coetzee wrote: >> >> Hi There! >> >> Starting out with Django, and was looking for a bit of guidance. I am >> trying to establish a

Re: Is there a better way to do this?

2014-03-16 Thread Gene Coetzee
Very helpful, thanks Mike! On Sunday, March 16, 2014 7:34:11 PM UTC-4, Mike Dewhirst wrote: > > On 17/03/2014 9:59am, Gene Coetzee wrote: > > Hi There! > > > > Starting out with Django, and was looking for a bit of guidance. I am > > trying to establish a Organiz

Is there a better way to do this?

2014-03-16 Thread Gene Coetzee
Hi There! Starting out with Django, and was looking for a bit of guidance. I am trying to establish a Organizational structure for employee/supervisor type relationships. Since each of these individuals will be a user, I am extending trying to also take advantage of django's built-in