Исправлен импорт 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:
@@ -47,6 +47,7 @@ from .productkit_views import (
|
||||
ProductKitDetailView,
|
||||
ProductKitUpdateView,
|
||||
ProductKitDeleteView,
|
||||
ProductKitMakePermanentView,
|
||||
)
|
||||
|
||||
# CRUD представления для Category
|
||||
@@ -110,6 +111,7 @@ __all__ = [
|
||||
'ProductKitDetailView',
|
||||
'ProductKitUpdateView',
|
||||
'ProductKitDeleteView',
|
||||
'ProductKitMakePermanentView',
|
||||
|
||||
# Category CRUD
|
||||
'TreeItem',
|
||||
|
||||
Reference in New Issue
Block a user