1
我試圖將我的應用程序部署到heroku我使用sqlite所以我已經改變了設置爲postgreSQL,我有一些初始數據initial_data.json然後我刪除它,但我不斷收到這個錯誤,當我即使沒有任何初始數據,也要嘗試syncdb。Django同步數據庫完整性錯誤
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
重複? http://stackoverflow.com/questions/9748180/local-postgres-db-keeps-giving-error-duplicate-key-value-violates-unique-constra – Lycha
沒有其實我仍然不知道我有類的問題Meta在我的模型和方法手動添加一些權限我不知道是否它導致了問題,但爲什麼這不會發生與SQLite!? –