added templates in list

This commit is contained in:
Hubert Jankowski 2021-12-08 20:37:29 +01:00
parent 06da6b97f1
commit c532683843

View File

@ -68,7 +68,7 @@ ROOT_URLCONF = get_secret("ROOT_URLCONF")
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': os.path.join(BASE_DIR, "templates"),
'DIRS': [os.path.join(BASE_DIR, "templates")],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [