django-geocode

Django app that helps manage geo-coding of model objects.


License
BSD-3-Clause
Install
pip install django-geocode==0.1.6

Documentation

Django-Geocode

Django app that helps manage geo-coding of model objects.

build-status-image

Overview

Django-Geocode is a django app that helps manage geo-coding of model objects..

Requirements

  • Python (2.7, 3.4)
  • Django (1.6, 1.8)

Installation

Install using pip...

pip install django-geocode

Add 'geocode' to your INSTALLED_APPS setting.

INSTALLED_APPS = (
    ...
    'geocode',
)

More docs to come...

That's it, we're done!