Postgis / Geodjango: Cannot determine PostGIS version for database

后端 未结 5 1757
天涯浪人
天涯浪人 2021-02-01 16:32

I\'m attempting to launch a GeoDjango app. I\'ve installed Postgres & PostGIS using brew on Lion. I created a database using template_postgis: createdb -T template_pos

5条回答
  •  太阳男子
    2021-02-01 17:18

    if you are using django_debug_toolbar try to delete it or comment out debug_toolbar/utils/tracking/db.py line 152 as suggested on https://github.com/django-debug-toolbar/django-debug-toolbar/issues/442

提交回复
热议问题