Skip to content

Commit

Permalink
Don't use Jinja templating
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer authored and jchristgit committed Aug 1, 2024
1 parent a434606 commit 4e5a3f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/backend/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@
]

TEMPLATES = [
{
"BACKEND": "django.template.backends.jinja2.Jinja2", # TODO: This is terrible
"DIRS": [os.path.join(BASE_DIR, "templates")],
"APP_DIRS": True,
},
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [os.path.join(BASE_DIR, "templates")],
Expand Down

0 comments on commit 4e5a3f9

Please sign in to comment.