mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-24 09:53:48 +00:00
cleanup
This commit is contained in:
parent
e457e9a1e7
commit
272a16400c
4 changed files with 8 additions and 13 deletions
|
@ -22,14 +22,14 @@ def configure_django():
|
|||
"DIRS": ["example_project/templates"],
|
||||
"OPTIONS": {
|
||||
"loaders": [
|
||||
# (
|
||||
# "django.template.loaders.cached.Loader",
|
||||
# [
|
||||
"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_cotton.templatetags.cotton",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue