I started to develop a Django base web application. Everything were fine until I installed Psycopg2 for my database which I created in PstgreSql. Now w
Psycopg2
PstgreSql
If you change the database, you should create database for the new database.
Use manage.py migrate command. (or manage.py syncdb if you used it for old database).