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.3.tar.gz (161.8 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.3-py3-none-any.whl (153.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.3.tar.gz
Algorithm Hash digest
SHA256 4c8b0dd5421a8318fe441b034de94ea0f965d3672b7c9ca502c43e0770d60ba3
MD5 958696bde0695b0d32d4ad3189e1a896
BLAKE2b-256 b5f7686247fe1426e638594c795751aab4b065e5dd12a66aebb424fb5809e264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6ff7d1744ef0349977d96b72147a8549df5a2601b9d63e0faa1cd8dc8dc80b19
MD5 343316f448a8919408a4737595d89f52
BLAKE2b-256 50aecb622b82061ae51d8f4b8c47adc05138af18f26ff06288eab3d3fb2c97df

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