From 6f595fd78d4450fa0ffe7dade76373b8eaea53d1 Mon Sep 17 00:00:00 2001 From: Trey t Date: Wed, 5 Jul 2023 22:00:43 -0500 Subject: [PATCH] WIP --- werkout_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/werkout_api/settings.py b/werkout_api/settings.py index 62bbae9..bbb47af 100644 --- a/werkout_api/settings.py +++ b/werkout_api/settings.py @@ -59,7 +59,7 @@ ROOT_URLCONF = 'werkout_api.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': ['templates'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [