Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wrabit committed Sep 29, 2024
1 parent e457e9a commit 272a164
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
16 changes: 8 additions & 8 deletions dev/example_project/render_load_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion docs/docs_project/docs_project/templates/compiler.html

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/docs_project/docs_project/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from django.urls import path

urlpatterns = [
path("compiler", views.build_view("compiler"), name="compiler"),
path(
"",
views.build_view(
Expand Down

0 comments on commit 272a164

Please sign in to comment.