Latest Blog Post
Setting up a template_postgis on Lucid
Setting up a template_postgis on Lucid

I wasn't able to find instructions in the Django docs for setting up a template_postgis database with postgis-1.5 and Postgres 8.4 on Ubuntu Lucid (10.04). Below is what worked for me. GeoDjango installed via Ubuntu 10.04 packages #!/usr/bin/env bash POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib createdb -E UTF8 template_postgis # Create the template spatial database. createlang -d template_postgis plpgsql # Adding PLPGSQL language support. psql -d postgres -c "UPDATE pg_database SET datistemplate='true' WHERE datname='template_postgis';" ...

Posted in Django on February 13, 2010
Read more
Latest Project
Django-Baseviews
Django-Baseviews
Worked on from August, 2010 to Present

Django-Baseviews is a small collection of base view classes to build upon. They are intended to handle a lot of the repetition in common view patterns and allow you to focus on what makes each view different. I created the project based on work I did for Pegasus News, and it is used on some of the newer views at ...

Added to the Reusable Apps category
Read more
Get in Touch
My Latest Tweet
@kwhitaker81 I was pretty happy until video started freezing up and Avahi started dying and I had to reboot it every other day. :-(

© 2010 Copyright Brandon Konkle. All Rights Reserved.