Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 552 Bytes

Spatial data & GeoDjango

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