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

Reviewed-on: #6
This commit is contained in:
2026-02-12 11:14:29 +00:00

View File

@@ -29,6 +29,8 @@ 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()