Skip to main content

Django DF GEOlocation

Project description

Django DF GEO Location

DjangoFlow utilities to work with geolocations and addresses

Installation:

  • Install the package
pip install django-df-geolocation
  • Include default INSTALLED_APPS from df_geolocation.defaults to your settings.py
from df_geolocation.defaults import DF_GEOLOCATION_INSTALLED_APPS

INSTALLED_APPS = [
    ...
    *DF_GEOLOCATION_INSTALLED_APPS,
    ...
]

Development

Installing dev requirements:

pip install -e .[test]

Installing pre-commit hook:

pre-commit install

Running tests:

pytest

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-df-geolocation-0.0.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

django_df_geolocation-0.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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