My fixtures are loading in an incorrect order, so they fail to install - app A creates a model with a foreign key to a model in app B, but Django tries to load the initial data for app B first.
How can I control the order in which the initial data is installed?