mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
template dir settings
This commit is contained in:
parent
6ae2354d2a
commit
8636f6ce98
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ ROOT_URLCONF = 'example.urls'
|
|||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [],
|
||||
'DIRS': [os.path.join(BASE_DIR, 'templates')],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue