bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 424 forks source link

access tenants objects from public #651

Open mujtabamahmood opened 4 years ago

mujtabamahmood commented 4 years ago

hi there As per previous posts here I know that it is possible to access a single tenant from the public tenant. However, what is the best practice to access all tenants for searching purposes. For example if i wanted to list amd view all products that are listed in each tenant in the public tenant. Or which tenants own this specific product ? Etc..