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.2.tar.gz (161.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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