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 Home – http://code.google.com/p/django-geo/Grab the Repository – svn checkout http://django-geo.googlecode.com/svn/trunk/
Recent Commits
-
23 was committed 6 months, 3 weeks ago.
managers.py got left behind in r22… added
-
22 was committed 6 months, 3 weeks ago.
Moved managers to separate file (preparation for generic relations for tidiness)
-
21 was committed 6 months, 3 weeks ago.
Internationalization support in models.
-
13 was committed 6 months, 3 weeks ago.
1.1 Release
-
9 was committed 7 months, 3 weeks ago.
Cleaned up tests.py (removed redundant code from development which I missed earlier)
-
7 was committed 7 months, 3 weeks ago.
Updated unit-tests to include *some* tests for the models; more to come.
-
6 was committed 7 months, 3 weeks ago.
Added unit-tests (missing from previous commit)
-
4 was committed 7 months, 3 weeks 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 8 months ago.
Initial Import
-
1 was committed 8 months, 1 week ago.
Initial directory structure.