add: приложение frontend и настройки filer

This commit is contained in:
2026-06-04 15:34:23 +03:00
parent f081361c28
commit 094983c66a
2 changed files with 62 additions and 0 deletions

View File

@@ -3,3 +3,10 @@ from django.apps import AppConfig
class FrontendConfig(AppConfig):
name = 'frontend'
verbose_name = 'Сайт lpon.ru'
# Переключаем на стандартный AutoField (до 2 млрд записей)
default_auto_field = 'django.db.models.AutoField'
# def ready(self):
## Импортируем сигналы при запуске приложения
# import myapp.signals