Skip to content

philippeowagner/django-geocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%