Skip to content

Commit

Permalink
Limit TEMPLATES.DIRS to minimal needed
Browse files Browse the repository at this point in the history
Needed for upcoming commit that validates templates.
  • Loading branch information
friedelwolff committed May 27, 2024
1 parent 82365dc commit bec2e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [
BASE_DIR,
"templates",
BASE_DIR / "templates",
],
"APP_DIRS": True,
"OPTIONS": {
Expand Down

0 comments on commit bec2e1f

Please sign in to comment.