PMS_integrations admin template
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user