我尝试迁移但是我收到了错误。
我做了:
python ./manage.py makemigrations teckno
和
python ./manage.py migrate --fake-initial
django.db.utils.OperationalError:index teckno_thematique_ad621c37 已存在
答案 0 :(得分:0)
此错误只是告诉您正在运行的迁移正在尝试在teckno.thematique字段上重新创建索引。如果您已经运行了迁移或迁移的一部分并且它已经存在,那么您可能希望返回到先前的迁移,或者直接通过数据库自行删除索引。