PMS_integrations admin template

This commit is contained in:
2024-12-11 18:59:06 +09:00
parent 806c611cc7
commit 6a3e6d5a65
5 changed files with 162 additions and 35 deletions

View File

@@ -62,8 +62,8 @@ ROOT_URLCONF = 'touchh.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'DIRS': [], # Вы можете оставить пустым или указать глобальные пути к шаблонам
'APP_DIRS': True, # Включаем автоматический поиск шаблонов в приложениях
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',