When applying a recent migration to my app, I encountered the following message in the output:
- Loading initial data for myapp
I had a bit of a Eureka moment. It seems like it’s possible to have South inject initial data into the database after performing a migration. How can I do this?
Seems like you can tell South what data to inject the same way you tell syncdb – using fixtures.