In the past we used south datamigrations to update the data in tables.
For fixtures we want to use factory boy in the future.
Inside a south datamigration I have only the orm
, and must not import the real models.
Is it possible to use factory boy inside south datamigrations?
Background: I want to reuse code in both places:
- south datamigrations
- unittests