Connect Django to PostgreSQL (via psycopg2) on Mac OS X

After successfully installing Django and the EnterpriseDB version of PostgreSQL, I needed to successfully install the PostgreSQL adapter for Python (psycopg2) before I can successfully start Django’s development testing web server. After significant research, here are the two errors encountered and subsequent resolutions I was able to find. Issue #1 Command: pip install psycopg2 Error: pg_config …

Connect Django to PostgreSQL (via psycopg2) on Mac OS X Read More »