Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
223 views

Postgres.App + Django and proper path to libgeos_c.dylib on OSX?

I have succesfully installed Postgres.App. It works just fine if I have this in settings.py: GEOS_LIBRARY_PATH="/Applications/Postgres.app/Contents/Versions/latest/lib/libgeos_c.dylib" If I remove ...
Paapaa's user avatar
  • 242
0 votes
1 answer
2k views

Getting started with postgres.app for Django application development

I'm a newbie trying to get started with postgres.app. I want to make sure I'm laying the proper foundation for the eventual deployment of a Django application to Heroku. I've followed the steps in ...
tino's user avatar
  • 4,828
0 votes
1 answer
446 views

GeoDjango: syncdb failing to create PointField

I am using Django 1.2 and the latest version of Postgres.app on MacOS 10.7. When I run manage.py syncdb to create a database with a PointField in it, I get the following error: Installing index for ...
Richard's user avatar
  • 66k