Re: Making a ManyToManyField to its own model?

2009-07-01 Thread Mathieu Leplatre
On 1 juil, 10:45, littlejim84 wrote: > I'm new to Django, and I'm developing an project where I have an app > called 'people' and a model inside called 'person'. The project itself > is based around the idea of people connecting with each other... So, I > as a person can connect to 3 other person

Making a ManyToManyField to its own model?

2009-07-01 Thread littlejim84
I'm new to Django, and I'm developing an project where I have an app called 'people' and a model inside called 'person'. The project itself is based around the idea of people connecting with each other... So, I as a person can connect to 3 other persons in the project, or any of those persons can