On Saturday, August 30, 2014 1:58:07 PM UTC+2, Aymeric Augustin wrote: > > On 30 août 2014, at 13:39, Florian Apolloner <[email protected] > <javascript:>> wrote: > > > And what would that give us? if I want override FOO['BAR'] where from > would I override FOO with that merging behavior in place? > > From your settings file. >
Okay, so let's assume I have base.py and prod.py as settings (the latter star imports the first), prod.py wants to extend DATABASES from base.py or global_settings if it's not in base.py -- I don't see how that would work. Or is the merging just for the final prod.py and global_settings, in which case I have to say that there isn't much of a win. Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/13353796-5ec4-4f70-95f6-1b43cf109dbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
