add new fields to rancher

This commit is contained in:
2025-08-19 09:03:41 +03:30
parent b64c28b6d1
commit 14cd349a7d
15 changed files with 459 additions and 82 deletions

View File

@@ -2,5 +2,6 @@ from django.urls import path, include
urlpatterns = [
path('web/api/', include('apps.product.web.api.v1.urls')),
path('pos/api/', include('apps.product.pos.api.v1.urls')),
path('excel/', include('apps.product.services.excel.urls')),
]