I\'m trying to run Django with a Postgresql backend on my local Mac OS X. I\'ve installed Django using pip:
sudo pip install Django
I\'ve inst
Using macports, this worked for me:
sudo port install postgresql96 sudo port select --set postgresql postgresql96
I believe this installs all the postgres client tools and libs, while macports has a separate port for installing the server, i.e. postgresql96-server.
postgresql96-server