I’m not sure if I should keep them around or not. The main reason I’m using south at the moment is to ease development changes to the model, though I suppose it will come in handy when I’m in production. Should I be keeping my local development migrations in my Git repository?
I’m not sure if I should keep them around or not. The main reason
Share
This isn’t a technical answer, but if you:
it might be a good idea. Why would you not?
Alternatively, you could maintain a separate branch for the South migrations.