Skip to main content

Django simple geoposition field with OSM widget

Project description

codecov version downloads license

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()
https://raw.github.com/wiki/mireq/django-geoposition-field/admin.png?v2022-12-24

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_easy_geoposition_field-1.0.4.tar.gz (161.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_easy_geoposition_field-1.0.4-py3-none-any.whl (153.7 kB view details)

Uploaded Python 3

File details

Details for the file django_easy_geoposition_field-1.0.4.tar.gz.

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d7d28b0f4f41419ee96510c65845c1a2dc72b72fad5c8902cb05b5f5b03866ae
MD5 1b0d5544f6dbd9c709a27011739e5675
BLAKE2b-256 91898f368a5e105cbcedc30dc9e57b792e01c7ee141721637100c3c6196bf539

See more details on using hashes here.

File details

Details for the file django_easy_geoposition_field-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 52d34024860ed31346305332b156ab82995fd04ec642f33e471cc02370951e89
MD5 bdcb5253d669277ad785dcd30b640f36
BLAKE2b-256 651b086c9884d113116d8fb2b2d585f79cf53ffbd0a32fa562c370cb30e61753

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page