Re: Separating models from proxies conflicts

2012-09-13 Thread cs
Am Montag, 20. August 2012 15:52:28 UTC+2 schrieb Nacho Mas: > > I'm trying to separate my models from my proxies in order to maintain the > functionality more easily. The point is that, as my models.py started to > grow over and over, I decided to create a new file in each app (proxies.py) >

Separating models from proxies conflicts

2012-08-20 Thread Nacho Mas
I'm trying to separate my models from my proxies in order to maintain the functionality more easily. The point is that, as my models.py started to grow over and over, I decided to create a new file in each app (proxies.py) where I'd define my proxies. I used to work like this: # models.py clas