Skip to content

Commit

Permalink
Enable app dir templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa committed Aug 19, 2024
1 parent 38cadb8 commit 4261968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def STATICFILES_DIRS(self):
"DIRS": [
PROJECT_ROOT / "templates",
],
"APP_DIRS": True,
"OPTIONS": {
"debug": values.BooleanValue(DEBUG),
"loaders": [
Expand Down

0 comments on commit 4261968

Please sign in to comment.