Update core/settings.py
This commit is contained in:
parent
d0e3213531
commit
0308bfe69f
@ -56,7 +56,7 @@ TEMPLATES = [
|
||||
{
|
||||
"BACKEND": "django.template.backends.django.DjangoTemplates",
|
||||
"DIRS": [os.path.join(BASE_DIR, "templates")],
|
||||
"APP_DIRS": False,
|
||||
"APP_DIRS": True,
|
||||
"OPTIONS": {
|
||||
"context_processors": [
|
||||
"django.template.context_processors.debug",
|
||||
|
Loading…
Reference in New Issue
Block a user