I mean...
*[Dir structure]*
trouble_ticketer/
models.py
views.py
incidences/
models.py
views.py
problems/
models.py
views.py
*[settings.py]*
INSTALLED_APPS = (
'trouble_ticketer',
'trouble_ticketer.incidences'
'trouble_ticketer.probl
giy Khohlov escribió:
>
> keep in mind comas
>
> INSTALLED_APPS = (
>
> 'incidences',
> 'problems',
> )
> 2013/1/11 David Medina >:
> > INSTALLED_APPS = (
> > 'trouble_ticketer',
> > 'tr
I suspect that too, but I don't know how and when.
In fact, I prefer the simple approach of all apps in the same scope, but
I'd to know how this "feature" works because it seems to work like usual
top-apps, and why it isn't documented.
I open this discussion because I want to know if there are
3 matches
Mail list logo