This commit is contained in:
Will Abbott 2024-08-12 09:37:23 +01:00
parent 2126b2ffed
commit 893f166a0d
2 changed files with 10 additions and 5 deletions

View file

@ -28,9 +28,14 @@ settings.configure(
"django.contrib.messages.context_processors.messages",
],
"loaders": [
"django_cotton.cotton_loader.Loader",
"django.template.loaders.filesystem.Loader",
"django.template.loaders.app_directories.Loader",
(
"django.template.loaders.cached.Loader",
[
"django_cotton.cotton_loader.Loader",
"django.template.loaders.filesystem.Loader",
"django.template.loaders.app_directories.Loader",
],
)
],
"builtins": [
"django.templatetags.static",