django-multitenant icon indicating copy to clipboard operation
django-multitenant copied to clipboard

switch between postgis and multitenant engine

Open mrhaydari opened this issue 3 years ago • 3 comments

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?

mrhaydari avatar Nov 16 '21 04:11 mrhaydari

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.

JelteF avatar Nov 29 '21 12:11 JelteF

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

mrtnetwork avatar Dec 15 '21 05:12 mrtnetwork

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

Atem18 avatar Jan 04 '23 08:01 Atem18