django-multitenant
django-multitenant copied to clipboard
Ambiguity in model structure while implementing django-multitenant
Currently, there are two guides available for a beginner to implement model changes in django.
-
https://django-multitenant.readthedocs.io/en/stable/usage.html
-
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?