Перешел на структуру шаблонов
All checks were successful
Auto-Deploy-Shop / deploy (push) Successful in 7s

This commit is contained in:
2026-01-25 22:12:30 +03:00
parent ac999ca6bc
commit b68837a2b7
12 changed files with 186 additions and 43 deletions

View File

@@ -55,7 +55,9 @@ ROOT_URLCONF = 'core.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'DIRS': [
os.path.join(BASE_DIR, 'templates'),
],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [