From f11800610758764e43c39840304f23332c9ed071 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 7 Feb 2026 14:33:38 +0330 Subject: [PATCH] update hatching --- app/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views.py b/app/views.py index 575aa80..2293f74 100644 --- a/app/views.py +++ b/app/views.py @@ -783,6 +783,7 @@ class HatchingsViewSet(viewsets.ModelViewSet): return filters def create(self, request, *args, **kwargs): + print(request.data) BREED_STANDARDIZATION = { 'آربراکرز (آ��لاس)': 'آربراکرز (آپلاس)', 'آربراک��ز (آپلاس)': 'آربراکرز (آپلاس)',