Update settings.py
This commit is contained in:
parent
5e27334d93
commit
a30185a61e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ TEMPLATES = [
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
'DIRS': [os.path.join(BASE_DIR, "app", "templates")],
|
'DIRS': [os.path.join(BASE_DIR, "app", "templates")],
|
||||||
'APP_DIRS': False,
|
'APP_DIRS': True,
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
'context_processors': [
|
'context_processors': [
|
||||||
'django.template.context_processors.debug',
|
'django.template.context_processors.debug',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue