You need to tell pytest-django to keep the data loaded in initial_db for the duration of the session, or ensure it's committed in a way that survives the test rollback.
Here is the correct way to implement Session-scoped Data Fixtures with pytest-django.