Sidebar Network

django-geo A generic, easy-to-use location-awareness application built for use in Django projects.

The Basics

In a nutshell, django-geo is a generic location-awareness application that you can use in your Django project. It allows you to easily geotag any object in your database, and is still under heavy development. Geocoding is performed in a fully automated and transparent fashion.

Project Homehttp://code.google.com/p/django-geo/
Grab the Repository – svn checkout http://django-geo.googlecode.com/svn/trunk/
 

Recent Commits

  • 23 was committed 1 year, 5 months ago.
    managers.py got left behind in r22… added
  • 22 was committed 1 year, 5 months ago.
    Moved managers to separate file (preparation for generic relations for tidiness)
  • 21 was committed 1 year, 5 months ago.
    Internationalization support in models.
  • 13 was committed 1 year, 5 months ago.
    1.1 Release
  • 9 was committed 1 year, 6 months ago.
    Cleaned up tests.py (removed redundant code from development which I missed earlier)
  • 7 was committed 1 year, 6 months ago.
    Updated unit-tests to include *some* tests for the models; more to come.
  • 6 was committed 1 year, 6 months ago.
    Added unit-tests (missing from previous commit)
  • 4 was committed 1 year, 6 months ago.
    Fixed ImportError for non-existant django-geo.geocoders and updated PickledObjectField to reflect revised code (see http://www.djangosnippets.org/snippets/513/ [comments section] for further details)
  • 2 was committed 1 year, 6 months ago.
    Initial Import
  • 1 was committed 1 year, 6 months ago.
    Initial directory structure.