Talk material from my talk about GeoDjango at EuroPython 2011 in Florence.
To see the slides (made with showoff), you need rvm
and a couple of
gems:
git clone git://github.com/brutasse/europython-geodjango.git cd europython-geodjango rvm use 1.9.2@showoff --create gem install bundle bundle install cd geodjango showoff serve
The code for the example app is here