ceate excel for herd and livestock

This commit is contained in:
7nimor
2025-08-06 09:19:47 +03:30
parent 0b53df4dfe
commit 8d7af93498
13 changed files with 360 additions and 4 deletions

View File

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