add: админ-панель (draft 01)

This commit is contained in:
2026-06-05 22:11:16 +03:00
parent 5088cffece
commit 2e5f8b923e
3 changed files with 141 additions and 5 deletions

View File

@@ -68,7 +68,9 @@ INSTALLED_APPS = [
# Порядок важен! polymorphic должен быть ДО filer, easy_thumbnails тоже ДО filer
'polymorphic',
'easy_thumbnails',
'filer',
# 'filer',
# Кастомная надстройка над filer для переопределения verbose_name (и других настроек)
'frontend.apps.CustomFilerConfig',
# Наше приложение
'frontend.apps.FrontendConfig',
]