empty list in template dirs

This commit is contained in:
Asif Saif Uddin 2018-11-02 22:26:17 +06:00
parent c724c332c6
commit 0e28a67b22

View file

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