Update settings.py
This commit is contained in:
parent
5e27334d93
commit
a30185a61e
@ -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…
Reference in New Issue
Block a user