Merge pull request 'cicd port ozgardi' (#5) from feat/test into main
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m7s

Reviewed-on: #5
This commit is contained in:
2026-02-12 10:55:03 +00:00

View File

@@ -28,6 +28,7 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet):
} }
@extend_schema(tags=["PropertyOwner"]) @extend_schema(tags=["PropertyOwner"])
class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet):
queryset = PropertyOwnerModel.objects.all() queryset = PropertyOwnerModel.objects.all()