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
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.