Исправлен импорт 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,
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user