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
Also make sure you have the PostgreSQL development package installed. On Ubuntu you need to do something like this:
$ sudo apt-get install libpq-dev