django.db.utils.ProgrammingError: relation already exists django.db.utils.ProgrammingError: relation already exists python python

django.db.utils.ProgrammingError: relation already exists


I've faced similar issue when added couple new fields to existing model. I'm using Django 1.9, which introduced --run-syncdb option. Running manage.py migrate --run-syncdb fixed my tables.