diff --git a/templates/settings.py.j2 b/templates/settings.py.j2 index 0ed1d48..da0f242 100644 --- a/templates/settings.py.j2 +++ b/templates/settings.py.j2 @@ -58,7 +58,7 @@ ROOT_URLCONF = 'nmgfitness.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': ['nmgfitness'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [