mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
empty list in template dirs
This commit is contained in:
parent
c724c332c6
commit
0e28a67b22
1 changed files with 1 additions and 1 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue