Django: ProgrammingError relation does not exists
问题 To setup new database on heroku I tried python manage migrate and got many exceptions related to relation already exists/does not exists . So I followed the instructions here django 1.9: ProgrammingError: relation "users_user" does not exist but it didn't work. ~ $ django-admin showmigrations admin [ ] 0001_initial [ ] 0002_logentry_remove_auto_add auth [ ] 0001_initial [ ] 0002_alter_permission_name_max_length [ ] 0003_alter_user_email_max_length [ ] 0004_alter_user_username_opts [ ] 0005