Re: circular import in two models.py

2010-03-10 Thread rebus_
On 10 March 2010 11:31, Viktor wrote: > Hi, > > I have two django applications, an issue tracker where an Issue is > related to a Partner > and a Partner model where partners can be grouped, etc > I would like to add an issue to every group to provide an easy > messaging for groups, so I don't hav

circular import in two models.py

2010-03-10 Thread Viktor
Hi, I have two django applications, an issue tracker where an Issue is related to a Partner and a Partner model where partners can be grouped, etc I would like to add an issue to every group to provide an easy messaging for groups, so I don't have to write the message sending logic again could so