Skip to content

Commit

Permalink
Disable loaders and use app_dirs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa committed Aug 19, 2024
1 parent 4261968 commit 3523e62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ def STATICFILES_DIRS(self):
"APP_DIRS": True,
"OPTIONS": {
"debug": values.BooleanValue(DEBUG),
"loaders": [
"django.template.loaders.filesystem.Loader",
"django.template.loaders.app_directories.Loader",
],
# "loaders": [
# "django.template.loaders.filesystem.Loader",
# "django.template.loaders.app_directories.Loader",
# ],
"context_processors": [
"django.template.context_processors.debug",
"django.template.context_processors.i18n",
Expand Down

0 comments on commit 3523e62

Please sign in to comment.