Warehouse management
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
from .complex_form.views import RouteModuleHandleView, ComplexFormView, ReportsHandleView
|
||||
from .complex_form.views import (
|
||||
ComplexFormView,
|
||||
ReportsHandleView,
|
||||
RouteModuleHandleView,
|
||||
WarehouseManagementHandleView,
|
||||
)
|
||||
from .filter_list import FilterListView
|
||||
from .form_validation import FormValidationView
|
||||
from .home import HomeView
|
||||
|
||||
Reference in New Issue
Block a user