Django simple geoposition field with OSM widget
Project description
This package adds geoposition field with map widget to django. It don’t deppend on GIS extensions.
Install
pip install django-easy-geoposition-field
Usage
Add django_geoposition_field to INSTALLED_APPS.
# settings.py
INSTALLED_APPS = (
# ...
'django_geoposition_field',
)
Now you can add GeopositionField to your model:
# models.py
from django_geoposition_field.fields import GeopositionField
class Model(models.Model):
position = GeopositionField()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_easy_geoposition_field-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d796b71c1444acaa6f41d844e65d8ad3a97660fc1990a72ba059ed859cd08a |
|
MD5 | dc1cb8f9193a4aed17c82cc7aa20871c |
|
BLAKE2b-256 | f93dd59ce05f577e34e223af7f116d361003d4ff1c80683b9f1bff212dcfd097 |
Close
Hashes for django_easy_geoposition_field-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e780472d54ccb45229f6281405f242ebaa459f8f6f42686700cefe462ce0e478 |
|
MD5 | 61eaccef40429d804b2b25311ce67066 |
|
BLAKE2b-256 | f1482f21f155a75cfa92b35457accb48fba07f30a908a55049deeb2d2a1510df |