diff --git a/settings.py b/settings.py index c0c6465..cf822b8 100644 --- a/settings.py +++ b/settings.py @@ -64,7 +64,7 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [os.path.join(BASE_DIR, "app", "templates")], - 'APP_DIRS': False, + 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.debug',