在我编辑django模型以包含一个几何学字段之前,它一直在构建和部署精细:现在它成功地构建了AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'
这似乎表明缺少了一些“与地理有关的”内容,但我不知道自从我在heroku的postgres db上创建了postgis扩展之后,我有了heroku
当geo被设置为新的地理位置时,我得到空对象错误--这里我遗漏了什么?function gogeo():void if (Geolocation.isSupported) var geo:Geolocation = new Geolocation();
geo.setRequestedUpdateInterval(2000);geo.addEventListener(Ge