Get all Properties along with their allowed_tenants in a single query. Django and React
I have two models Property and Tenants.
Each Property can have multiple allowed_tenants.
Models
I have two models Property and Tenants.
Each Property can have multiple allowed_tenants.
Models