first base of project-changed apps: Herd-livestock-tag-log-elasticsearch-

This commit is contained in:
2025-05-24 15:01:55 +03:30
parent eab40af15d
commit 90a46e493c
129 changed files with 3844 additions and 187 deletions

View File

@@ -1 +1,8 @@
# Your urls go here
from django.urls import path, include
urlpatterns = [
path('web/api/', include('apps.livestock.web.api.v1.urls')),
# path('app/api/', include('apps.livestock.mobile.api.v1.urls')),
# path('pos/api/', include('apps.livestock.pos.api.v1.urls'))
]