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
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
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
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