Исправлен импорт ProductKitMakePermanentView

Добавлен ProductKitMakePermanentView в:
- products/views/__init__.py импорты
- __all__ экспорт

Теперь view доступен через products.views и сервер запускается без ошибок.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-08 15:29:25 +03:00
parent a1df188b2a
commit deb138f037

View File

@@ -47,6 +47,7 @@ from .productkit_views import (
ProductKitDetailView, ProductKitDetailView,
ProductKitUpdateView, ProductKitUpdateView,
ProductKitDeleteView, ProductKitDeleteView,
ProductKitMakePermanentView,
) )
# CRUD представления для Category # CRUD представления для Category
@@ -110,6 +111,7 @@ __all__ = [
'ProductKitDetailView', 'ProductKitDetailView',
'ProductKitUpdateView', 'ProductKitUpdateView',
'ProductKitDeleteView', 'ProductKitDeleteView',
'ProductKitMakePermanentView',
# Category CRUD # Category CRUD
'TreeItem', 'TreeItem',