Re: Proposal/Discussion: url and template search using the directory structure of apps within django sites

2013-05-29 Thread Russell Keith-Magee
On Wed, May 29, 2013 at 4:04 PM, Jorge C. Leitão wrote: > Hi there. > > Django allows the possibility of putting apps within apps to improve > structure of the code and increase portability. I find this absolutely > genial. > > However, I find this feature quite limited by 2 key issues that are no

Re: Proposal/Discussion: url and template search using the directory structure of apps within django sites

2013-05-29 Thread Shai Berger
Hi Jorge, On Wednesday 29 May 2013, Jorge C. Leitão wrote: > Hi there. > > Django allows the possibility of putting apps within apps to improve > structure of the code and increase portability. I find this absolutely > genial. > Actually, Django doesn't. That is, an app is a Python package, and

Proposal/Discussion: url and template search using the directory structure of apps within django sites

2013-05-29 Thread Jorge C . Leitão
Hi there. Django allows the possibility of putting apps within apps to improve structure of the code and increase portability. I find this absolutely genial. However, I find this feature quite limited by 2 key issues that are not compatible with this spirit, namely template "finder" and url "r

Re: Testing generated SQL under different backends

2013-05-29 Thread Anssi Kääriäinen
On 28 touko, 17:46, Michael Manfre wrote: > > I don't know how to make this actually work so that Django's test > > runner finds the correct test class from the backend's test module > > instead of the generic backends test class. Optimally a backend could > > subclass any test class to specialize