ダンプされたデータpython manage.py dumpdata --format json --indent 4 --exclude auth.permission --exclude contenttypes > app/fixtures/app_test_data.json
python manage.py テスト アプリを実行すると、次のエラーが発生します。
IntegrityError: Problem installing fixtures: The row in table 'django_admin_log' with primary key '517' has an invalid foreign key: django_admin_log.content_type_id contains a value '28' that does not have a corresponding value in django_content_type.id.
何か案は?dumpdata / Djangoのテストランナーを使用して、同様の問題がたくさんありました。