标签: python-3.6 django-2.0
用户在地址表单中输入地址后,我会自动填充纬度和经度字段。 为此我正在使用 - https://pypi.org/project/django-location-field/
from location_field.models.plain import PlainLocationField
我需要知道我可以在Production中使用相同的模块吗?在生产中使用它有任何许可证问题吗? 如果是,那么它的替代方案是什么?