ci cd uchun test commit
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m10s

This commit is contained in:
2026-05-04 09:49:08 +05:00
parent f53125cfdc
commit 84b14da3f4

View File

@@ -5,6 +5,8 @@ from core.apps.tasks.serializers.board import BoardSerializer
from core.apps.tasks.models import Column from core.apps.tasks.models import Column
#test commit
class BoardListView(generics.ListAPIView): class BoardListView(generics.ListAPIView):
queryset = Column.objects.order_by('id') queryset = Column.objects.order_by('id')
serializer_class = BoardSerializer serializer_class = BoardSerializer