Absolute path for templates_design

This commit is contained in:
2020-05-09 13:15:15 +00:00
parent ebe1aa6939
commit 27e23afd93

View File

@@ -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': [