问题标签 [django-geoposition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 如何在我现有的 Django 项目中安装第三方应用程序?
我正在尝试在我现有的项目中安装 django-geoposition 应用程序,但它不起作用,为什么?
我遵循 django-geoposition 的文档
https://django-geoposition.readthedocs.io/en/latest/#settings
我使用 pip 安装。
我在 settings.py 中的 installed_apps
当我尝试运行该项目时,出现此错误。
我认为我的 Django 项目找不到这个应用程序。有什么问题。
python - 无法设置 PointField 默认值
我正在尝试django.contrib.gis.forms.PointField
使用这样的自定义表单在我的 django 管理员中设置 a 的默认值:
place_url
initial
效果很好,但默认情况下position
总是[0, 0]
如此。是图书馆的错误还是我做的不对?任何解决方法?谢谢!
python - 为什么即使在安装 django-geoposition 之后我的地理定位也不起作用
在文件中setting .py
:
在文件中models.py
:
错误说
导入 geoposition.fields 无法解析