Skip to content

Commit

Permalink
Make template dirs relative to base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Nov 17, 2023
1 parent 2cb93d2 commit baece0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidiabrowser/lidiabrowser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": ["lidiabrowser/templates"],
"DIRS": [BASE_DIR / "lidiabrowser/templates"],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
Expand Down

0 comments on commit baece0b

Please sign in to comment.