我一直在使用 django 和 mysql 开发应用程序,现在正在尝试从这里开始学习教程
http://docs.djangoproject.com/en/1.2/ref/contrib/gis/tutorial/
但是当我运行syncdb并出现以下错误时它失败了
AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'
当我阅读时,它说如果将后端更改为使用 postGIS 可以解决这个问题。有没有办法继续使用 mysql 作为我的后端并且能够使用 geodjango?如果没有,是否可以在同一个项目中使用两者?
问候,