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
if you are using django_debug_toolbar try to delete it or comment out debug_toolbar/utils/tracking/db.py line 152 as suggested on https://github.com/django-debug-toolbar/django-debug-toolbar/issues/442