niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
360 stars 102 forks source link

DIRS setting doesn't work on Django 5.0 #313

Open knowsuchagency opened 2 months ago

knowsuchagency commented 2 months ago

On Django 5 (I haven't tested others), template loading from DIRS doesn't work.

A published a simple example here: https://github.com/knowsuchagency/django-jinja-bug

...
"DIRS": ["templates"], # this won't work
...