Thank you Ken for clearing things up. I read over the manual passages a couple of times and still wasn’t sure whether there are several template rendering engines. Now I know for sure. Unfortunately, ‘django.template.backends.django.TemplatesSetting’ does not work.
ImportError: Module “django.template.backends.django” does not define a “TemplatesSetting” attribute/class
I’m using Django 4.1. I found TemplatesSetting in django.forms.renderers.TemplatesSetting. When I used that path I end up with:
TypeError: TemplatesSetting() takes no arguments
I found another thread on that, but it’s unanswered.