mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-24 09:53:48 +00:00
wip
This commit is contained in:
parent
2126b2ffed
commit
893f166a0d
2 changed files with 10 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue