我重置之前加载夹具(参照Problems with contenttypes when loading a fixture in Django)CONTENTTYPES。[django的]错误:CONTENTTYPES不能复位
但CONTENTTYPES不能复位:
...project_dir > manage.py reset contenttypes
You have requested a database reset. This will IRREVERSIBLY DESTROY any data for the "contenttypes" application in the database "my_database". Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
Error: Error: contenttypes couldn't be reset. Possible reasons:
- The database isn't running or isn't configured correctly.
- At least one of the database tables doesn't exist.
- The SQL was invalid.
Hint: Look at the output of 'django-admin.py sqlreset contenttypes'. That's the SQL this command wasn't able to run.
The full error: (1217, 'Cannot delete or update a parent row: a foreign key cons traint fails')
任何帮助将不胜感激。谢谢!
可以在命令中输入'django-admin.py sqlreset contenttypes'和看到的错误是有什么呢? –
对此有何见解?你有没有设法解决这个问题? –