From 27e23afd9375a7dede39cf0cb5b448d44325356c Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 9 May 2020 13:15:15 +0000 Subject: [PATCH] Absolute path for templates_design --- fet2020/fet2020/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index 7a95a694..c9250712 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -60,7 +60,7 @@ ROOT_URLCONF = 'fet2020.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': ['templates_design1'], + 'DIRS': [os.path.join(BASE_DIR, 'templates_design1')], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [