I\'m trying to run Django\'s syncdb operation and am getting the following error:
psycopg2.OperationalError: could not connect to server: Permission denied
I
Found the answer courtesy of Bradley Ayers:
your database is not running try
pg_ctl -D /usr/local/var/postgres start
assuming thats where your postgre data directory is