citusdata / django-multitenant

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

Added backend for PostGIS #68

Closed JackAtOmenApps closed 1 year ago

JackAtOmenApps commented 4 years ago

Minor changes to allow use of PostGIS rather than vanilla Postgres

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

JackAtOmenApps commented 4 years ago

Any comments?

louiseGrandjonc commented 4 years ago

Hi @OmenApps,

Could you add unit tests to illustrate the use case?

finch-wren commented 2 years ago

Can we expect this to be merged anytime soon?

JelteF commented 2 years ago

@finch-wren if you could contribute some tests that show the usage of it, I'd be happy to get this merged. Without tests it's hard for me to understand what this is doing though, since I have very little experience with PostGIS.

serprex commented 2 years ago

Related #110

jonels-msft commented 1 year ago

@OmenApps thanks for the contribution. As it's been open for several years, I'm going to close this PR.

Feel free to re-open if you want to include tests.