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 a
Hi guys
A related question: What about repeated entries of apps in INSTALLED_APPS?
I remember seeing this once and, if I recall correctly, no errors were
raised. I guess ImproperlyConfigured would be a suitable exception.
Germán
On Tuesday, August 13, 2013 5:09:45 AM UTC-5, Stefano Crosta wrot
; Marc
> On 1 Sep 2013 21:31, "Kevin Christopher Henry"
> >
> 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 a
On Monday 02 September 2013 12:34:03 VernonCole wrote:
> It also affects _how_ South works, not just _whether_ it works. Only this
> week I had to install a patch for the formhub package which consisted of
> re-ordering INSTALLED_APPS so that tables were built in the correct order
> on PostgreSQL
e size of the impact.
>
> Marc
> On 1 Sep 2013 21:31, "Kevin Christopher Henry"
> >
> wrote:
>
>> Sorry to be late to this thread, I just came across it.
>>
>> There's another place where the order of INSTALLED_APPS matters:
>> mana
quot;Kevin Christopher Henry" 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 INSTALLED_APPS will replac
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
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
>> https://docs.djangoproject.com/en/dev/ref/settings/#installed-
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 this would* help I could do
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
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:
https://docs.djangoproject.com/en/dev/ref/t
On Mon, Aug 12, 2013 at 9:59 AM, Aymeric Augustin
wrote:
> 2013/8/12 Stefano Crosta
>
>> 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 stati
2013/8/12 Stefano Crosta
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 found references in the mai
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 ma
14 matches
Mail list logo