django-multitenant
django-multitenant copied to clipboard
switch between postgis and multitenant engine
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?
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.
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
Can someone confirm if there is a need for #68 ?