I haven't experimented with this yet so I'm not sure, but what about this note in https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-DATE_FORMAT
When USE_L10N <https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-USE_L10N> is True, the locale-dictated format has higher precedence and will be applied instead On Wednesday, September 29, 2021 at 6:27:47 PM UTC-4 [email protected] wrote: > I have carefully read the documentation for the use of DATE_TIME8ROMAT in > settings. It is here > https://docs.djangoproject.com/en/3.2/ref/templates/builtins/#date > > If I put the format string in the template it does format it correctly. If > I put the format in the settings, I get the default formatting. > What I am missing? > the code is in the file included in this post. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/38397f4a-f565-43d2-9330-2b8bbd758689n%40googlegroups.com.

