I\'m attempting to launch a GeoDjango app. I\'ve installed Postgres & PostGIS using brew on Lion. I created a database using template_postgis: createdb -T template_pos
createdb -T template_pos
Just add in your settings.py your right version of postgis :
POSTGIS_VERSION = (2, 0, 3)