Adding GeoDjango to Existing Project
November 18, 2011
I have a need to add GeoDjango functionality to an existing Django project. This runs on a Debian Lenny server, and uses a Postgres 8.4 database
Install packages
I needed to install the following packages:
# apt-get install libgeos-3.2.0 proj postgis gdal-bin postgresql-8.4-postgis
You can test this is all installed …