diff --git a/spejstore/settings.py b/spejstore/settings.py index 07cc79f..6991604 100644 --- a/spejstore/settings.py +++ b/spejstore/settings.py @@ -75,7 +75,7 @@ ROOT_URLCONF = 'spejstore.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': ['templates/'], + 'DIRS': [os.path.join(BASE_DIR, "templates")], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [