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
File details
Details for the file django_easy_geoposition_field-1.0.2.tar.gz
.
File metadata
- Download URL: django_easy_geoposition_field-1.0.2.tar.gz
- Upload date:
- Size: 161.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d796b71c1444acaa6f41d844e65d8ad3a97660fc1990a72ba059ed859cd08a |
|
MD5 | dc1cb8f9193a4aed17c82cc7aa20871c |
|
BLAKE2b-256 | f93dd59ce05f577e34e223af7f116d361003d4ff1c80683b9f1bff212dcfd097 |
Provenance
File details
Details for the file django_easy_geoposition_field-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_easy_geoposition_field-1.0.2-py3-none-any.whl
- Upload date:
- Size: 153.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e780472d54ccb45229f6281405f242ebaa459f8f6f42686700cefe462ce0e478 |
|
MD5 | 61eaccef40429d804b2b25311ce67066 |
|
BLAKE2b-256 | f1482f21f155a75cfa92b35457accb48fba07f30a908a55049deeb2d2a1510df |