django-df-geolocation 0.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodfgeolocation 0.0.1

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.