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