Compare commits
2 Commits
6b6b5d6866
...
fc5c8f02b0
| Author | SHA1 | Date | |
|---|---|---|---|
| fc5c8f02b0 | |||
|
|
e304376e99 |
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user