diff --git a/core/settings.py b/core/settings.py index 986773b..c01a0d3 100644 --- a/core/settings.py +++ b/core/settings.py @@ -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",