change livestock types weight

This commit is contained in:
2025-07-14 11:38:46 +03:30
parent 2c0e55a616
commit a5ce81efe7
4 changed files with 31 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ from rest_framework import status
from django.db import transaction
from django.db.models import Q
from datetime import datetime
from asgiref.sync import sync_to_async, async_to_sync
from django.http import JsonResponse
def trash(queryset, pk): # noqa