我试图将我的应用程序部署到heroku 我正在使用sqlite,所以我将设置更改为postgreSQL,我有一些初始数据initial_data.json 然后我删除了它但是当我尝试syncdb时我不断收到这个错误即使没有任何初始数据.
File /usr/local/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py, line 44, in execute
return self.cursor.execute(query, args)
django.db.utils.IntegrityError: duplicate key value violates unique constraint auth_permission_content_type_id_key