About Using Fixtures

Don't ever change fixtures manually. Instead, create bash scripts that dump everything you need in one go. Modify the initial or test data in your development database and then re-dump it with that script.

Remember to use that script every time after applying migrations to the models using those fixtures.

Tips and Tricks Development Testing Django 5.x Django 4.2 Django 3.2