I\'m new to Python and Django.
I\'m configuring a Django project using a PostgreSQL database engine backend, But I\'m getting errors on each database operation. For
If you are using Fedora 20, Django 1.6.5, postgresql 9.3.* and you need the psycopg2 module, do this:
yum install postgresql-devel easy_install psycopg2
If you are like me, you may have trouble finding the well documented libpq-dev rpm... The above worked for me just now.