On maandag 7 mei 2018 17:59:02 CEST Daniel Roseman wrote: > I still don't understand what is being repeated or why. You need to specify > that in your settings, and you can add whatever context processors you > like. You don't need to specify it twice, so nothing is being repeated.
What Bernd means is that if you don't specify it, Django will create such dictionary, just not with the special context processor. This is basically a matter of authority and circular import avoidance: 1) Suppose I don't want any context processors, I'd have no way to specify that if my settings isn't deemed authoritative and Django just fills in what it thinks it's missing 2) If you want to "edit defaults in project settings" you are bound to run into circular imports as the Django settings needs to load your settings and you want to import the Django settings. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1999975.3yudL1jLur%40fritzbook. For more options, visit https://groups.google.com/d/optout.