Compare commits
2 Commits
4e26fb1d24
...
b6182b1cf8
| Author | SHA1 | Date | |
|---|---|---|---|
| b6182b1cf8 | |||
|
|
2d00559656 |
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user