From 8dddce173e690e0aeb2f86d28b5a16b9d63beb60 Mon Sep 17 00:00:00 2001 From: 7nimor Date: Wed, 6 Aug 2025 09:25:55 +0330 Subject: [PATCH] ceate excel for herd and livestock --- apps/livestock/services/excel/excel_processing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/livestock/services/excel/excel_processing.py b/apps/livestock/services/excel/excel_processing.py index 8cfd6d8..fdc294e 100644 --- a/apps/livestock/services/excel/excel_processing.py +++ b/apps/livestock/services/excel/excel_processing.py @@ -16,7 +16,7 @@ class LiveStockExcelViewSet(viewsets.ModelViewSet, ExcelDynamicSearchMixin): queryset = LiveStock.objects.all() serializer_class = LiveStockSerializer - # noqa # دامداران + # noqa # دام ها @action( methods=['get'], detail=False, @@ -94,5 +94,3 @@ class LiveStockExcelViewSet(viewsets.ModelViewSet, ExcelDynamicSearchMixin): 'utf-8') response.write(output.getvalue()) return response - - # noqa # دامداران