cicd port ozgardi

This commit is contained in:
Husanjonazamov
2026-02-12 16:13:57 +05:00
parent 4e26fb1d24
commit 2d00559656

View File

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