Re: Order of INSTALLED_APPS

2013-09-10 Thread Tim Graham
Yes, here's the ticket to add validation for INSTALLED_APPS: https://code.djangoproject.com/ticket/12288 On Monday, September 9, 2013 6:32:48 PM UTC-4, German Larrain wrote: > > Hi guys > > A related question: What about repeated entries of apps in INSTALLED_APPS? > I remember seeing this once

Re: Order of INSTALLED_APPS

2013-09-03 Thread Kevin Christopher Henry
1 Sep 2013 21:31, "Kevin Christopher Henry" > <k...@severian.com> > wrote: > >> Sorry to be late to this thread, I just came across it. >> >> There's another place where the order of INSTALLED_APPS matters: >> management commands. Management command

Re: Order of INSTALLED_APPS

2013-09-02 Thread Shai Berger
n PostgreSQL installations. > This is getting off-topic for this list -- but South has a concept of dependencies between migrations, which is the right way to get migrations in the right order. You shouldn't depend on INSTALLED_APPS order for that. Unless I'm missing something, in which c

Re: Order of INSTALLED_APPS

2013-09-02 Thread VernonCole
e of the impact. > > Marc > On 1 Sep 2013 21:31, "Kevin Christopher Henry" > <k...@severian.com> > wrote: > >> Sorry to be late to this thread, I just came across it. >> >> There's another place where the order of INSTALLED_APPS matters: >>

Re: Order of INSTALLED_APPS

2013-09-01 Thread Marc Tamlyn
Kevin Christopher Henry" <k...@severian.com> wrote: > Sorry to be late to this thread, I just came across it. > > There's another place where the order of INSTALLED_APPS matters: > management commands. Management commands associated with apps that come > later in IN

Re: Order of INSTALLED_APPS

2013-09-01 Thread Kevin Christopher Henry
Sorry to be late to this thread, I just came across it. There's another place where the order of INSTALLED_APPS matters: management commands. Management commands associated with apps that come later in INSTALLED_APPS will replace those with the same name that are listed earlier. I can't find

Re: Order of INSTALLED_APPS

2013-08-14 Thread Stefano Crosta
Done! https://code.djangoproject.com/ticket/20914#ticket thanks! On Tuesday, August 13, 2013 12:20:48 PM UTC+2, Aymeric Augustin wrote: > > 2013/8/13 Stefano Crosta > >> My proposal would then be to simply add another box to the >>

Re: Order of INSTALLED_APPS

2013-08-13 Thread Aymeric Augustin
2013/8/13 Stefano Crosta > My proposal would then be to simply add another box to the > https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps to say > "order matters" once more and link the other two pages for translations and > templates. > *if you think

Re: Order of INSTALLED_APPS

2013-08-13 Thread Stefano Crosta
Aymeric, Ramiro, Florian, thanks a lot for your answers! Indeed there is some (slightly hidden :D ) documentation! And it has improved since 1.5, I now see! - I remembered reading something before, but I couldn't find them anymore when I wrote yesterday's message. My proposal would then be to

Re: Order of INSTALLED_APPS

2013-08-12 Thread Florian Apolloner
On Monday, August 12, 2013 3:41:15 PM UTC+2, Ramiro Morales wrote: > > For translations, we have such documentation already: > > > https://docs.djangoproject.com/en/1.5/topics/i18n/translation/#how-django-discovers-translations > > For templates too:

Re: Order of INSTALLED_APPS

2013-08-12 Thread Ramiro Morales
On Mon, Aug 12, 2013 at 9:59 AM, Aymeric Augustin <aymeric.augus...@polytechnique.org> wrote: > 2013/8/12 Stefano Crosta <stefano.cro...@gmail.com> > >> There is one situation where the order of INSTALLED_APPS really matters - >> which is template override. >

Re: Order of INSTALLED_APPS

2013-08-12 Thread Aymeric Augustin
2013/8/12 Stefano Crosta <stefano.cro...@gmail.com> There is one situation where the order of INSTALLED_APPS really matters - > which is template override. > There are at least two other similar cases: translations and static files. > Though not officially documented (?) I've f

Order of INSTALLED_APPS

2013-08-12 Thread Stefano Crosta
Hello! There is one situation where the order of INSTALLED_APPS really matters - which is template override. One typical case is grappelli - see https://django-grappelli.readthedocs.org/en/2.4.5/quickstart.html#setup Though not officially documented (?) I've found references in the mailing