citusdata / django-multitenant

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

Add PostGIS support #153

Closed davidjayb closed 1 year ago

davidjayb commented 1 year ago

In a similar vein to https://github.com/citusdata/django-multitenant/pull/68 I've added PostGIS support through a database backend and some additional models that reference GeoDjango models. GIS specific tests have been added and excluded from basic test runs as it requires the PostGIS extension to be installed.

This is a duplicate of https://github.com/citusdata/django-multitenant/pull/150 in order to trigger the new GitHub workflows that were introduced.