diff --git a/myproject/products/views/__init__.py b/myproject/products/views/__init__.py index c2f35f7..8c448cb 100644 --- a/myproject/products/views/__init__.py +++ b/myproject/products/views/__init__.py @@ -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',