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

django-tenant-schemas vs django-tenants #628

Open onno-timmerman opened 4 years ago

onno-timmerman commented 4 years ago

Hi,

I see there are 2 very similar packages. This one is forked from django-schema-tenants called django-tenants

Is there a reason why to chose one above the other? I'm wondering about long term maintainence? And if you start using one or the other it confusing what to pick. Is this the package for long term or the other? Why don't join forces?

moustaphacheikh commented 4 years ago

https://django-tenants.readthedocs.io/en/latest/credits.html

I would like to thank the original author of this project Bernardo Pires Carneiro under the name django-tenant-schemas. I forked this project as I wanted to add enhancements to make it work better with Django 1.8 If you are using Django 1.7 or below please use his project.