This commit is contained in:
Trey t
2023-07-05 22:00:43 -05:00
parent 4995e7fa92
commit 6f595fd78d

View File

@@ -59,7 +59,7 @@ ROOT_URLCONF = 'werkout_api.urls'
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [], 'DIRS': ['templates'],
'APP_DIRS': True, 'APP_DIRS': True,
'OPTIONS': { 'OPTIONS': {
'context_processors': [ 'context_processors': [