citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
707 stars 116 forks source link

Ambiguity in model structure while implementing django-multitenant #203

Open rajkumartreads opened 7 months ago

rajkumartreads commented 7 months ago

Currently, there are two guides available for a beginner to implement model changes in django.

  1. https://django-multitenant.readthedocs.io/en/stable/usage.html

  2. https://www.citusdata.com/blog/2023/05/09/evolving-django-multitenant-to-build-scalable-saas-apps-on-postgres-and-citus/

Different approaches are being used in the above guides. Which one is the recommended way?