citusdata / django-multitenant

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

switch between postgis and multitenant engine #110

Open mrhaydari opened 2 years ago

mrhaydari commented 2 years ago

in my application I use PostGIS extension with django.contrib.gis.db.backends.postgis engine , that's ok to use django_multitenant.backends.postgresql just when I want to migrate?

JelteF commented 2 years ago

I'm not sure, we haven't tried this library with postgis. There's one open PR that supposedly adds postgis support: https://github.com/citusdata/django-multitenant/pull/68/files

However, since that PR does not contain any tests it was not merged. It might still be helpful to you if you run into any issues though. Feel free to open a new PR (possibly based on the old PR) to solve any issues you run into.

mrtnetwork commented 2 years ago

I'm not sure, we haven't tried this library with postgis. There's one open PR that supposedly adds postgis support: https://github.com/citusdata/django-multitenant/pull/68/files

However, since that PR does not contain any tests it was not merged. It might still be helpful to you if you run into any issues though. Feel free to open a new PR (possibly based on the old PR) to solve any issues you run into.

It's working right now

Atem18 commented 1 year ago

Can someone confirm if there is a need for #68 ?