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

Is this project still maintained ? Should we prefer django-tenants ? #602

Open johnmadol opened 5 years ago

johnmadol commented 5 years ago

Hi,

I was looking for a multi-tenants solution for Django. A lot of online resources points to this repo, and it seems amazing. However, it also seems dead : a lot of unmerged PRs, unanswered issues...

https://github.com/tomturner/django-tenants looks like a pretty well maintained fork, with a lot activity during the past year.

Shouldn't this repo be officially deprecated in favor of django-tenants ?

Let's save open-source community efforts !

jeroenbrouwer commented 5 years ago

I asked myself the same question and ended up creating an issue on the django-tenants repo. It seems it is a bit more opinionated, which I don't want. But if your usecase fits their models then it's definitely worth looking into switching over.

https://github.com/tomturner/django-tenants/issues/222

jeroenbrouwer commented 4 years ago

It looks like @goodtune is taking over 👍