Update core/settings.py

This commit is contained in:
Andros Fenollosa 2024-09-02 18:24:52 +02:00
parent d0e3213531
commit 0308bfe69f

View File

@ -56,7 +56,7 @@ TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [os.path.join(BASE_DIR, "templates")],
"APP_DIRS": False,
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
"django.template.context_processors.debug",