SectorLabs/django-postgres-extra

Support postgis

lidyum opened this issue · 4 comments

my postgresql docker image:postgis/postgis:12-master

I use DATABASE_ENGINE=django.contrib.gis.db.backends.postgis

When this option set as DATABASE_ENGINE=psqlextra.backend, it raises error:

AttributeError: 'PostgresOperations' object has no attribute 'geo_db_type'