Open JackAtOmenApps opened 1 year ago
Hi @OmenApps
Thanks for trying DjangoViz!
Correct, PostGIS is currently not supported by the Atlas Cloud Playground, which is used by djangoviz to create visualizations. Support for this will be added in the near future
HTH
My app uses postgis, and I received the following error when running
python manage.py djangoviz
:It seems djangoviz.py only allows "MYSQL", "POSTGRESQL", or "SQLITE" as engines, but the postgis backend should essentially behave the same as postgres.