Re: Problem using Proxy DB

2010-10-18 Thread Ferran
On 18/10/10 15:56, Tom Evans wrote: Don't put your router code in with your models, and you will avoid this circular import issue. Create a new module with no other dependencies and put your router code in there. Thank you, Tom. I was turning crazy! ;) -- Abordemos el parlamento! -- http://pi

Re: Problem using Proxy DB

2010-10-18 Thread Tom Evans
On Mon, Oct 18, 2010 at 1:08 PM, Ferran wrote: > Hello all; > > I'm just learning Django and i'm trying to get proxy db managers > working, but i can't manage to get it working. I've read the docs and > tried to search on google, but it seems unuseful. > > Can anybody help me? > Don't put your ro