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