From 0e28a67b22909c29982119db4b0da412bdd7a5b1 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Fri, 2 Nov 2018 22:26:17 +0600 Subject: [PATCH] empty list in template dirs --- example/example/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example/settings.py b/example/example/settings.py index d027ee6..23f448d 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -68,7 +68,7 @@ ROOT_URLCONF = 'example.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [os.path.join(BASE_DIR, 'templates')], + 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [