尝试使用 geodjango 安装 gis 应用程序时出现安装错误?

发布于 2024-11-05 03:38:35 字数 429 浏览 2 评论 0原文

django.core.exceptions.ImproperlyConfigured: Cannot determine PostGIS version for database "geodatabase". GeoDjango requires at least PostGIS version 1.3. Was the database created from a spatial database template?

这是我按照本教程 http://invisibleroads.com/tutorials/ 操作时遇到的错误geodjango-googlemaps-build.html

django.core.exceptions.ImproperlyConfigured: Cannot determine PostGIS version for database "geodatabase". GeoDjango requires at least PostGIS version 1.3. Was the database created from a spatial database template?

This is the error I got when I followed this tutorial http://invisibleroads.com/tutorials/geodjango-googlemaps-build.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

比忠 2024-11-12 03:38:36

当我没有正确使用 POSTGIS 模板创建数据库时,我收到此错误(与错误提示完全相同)。那么你是否正确使用空间数据库模板安装PostGIS 您是否使用 -T template_postgis 创建了数据库?

createdb -U postgres -T template_postgis -O geouser geodatabase

I got this error when I didn't properly use the POSTGIS template to create my database (exactly like the error suggests). So did you properly install PostGIS with the spatial database template and did you create your db with -T template_postgis ?

createdb -U postgres -T template_postgis -O geouser geodatabase
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文