|
@@ -94,7 +94,7 @@ ROOT_URLCONF = "emus.urls"
|
|
|
TEMPLATES = [
|
|
|
{
|
|
|
"BACKEND": "django.template.backends.django.DjangoTemplates",
|
|
|
- "DIRS": [str(BASE_DIR.joinpath("templates"))], # new
|
|
|
+ "DIRS": [str(PROJECT_ROOT.joinpath("templates"))],
|
|
|
"APP_DIRS": True,
|
|
|
"OPTIONS": {
|
|
|
"context_processors": [
|