I have migrate=False on my production server. Any thoughts on the best way to toggle migrate to True, then immediately back when upgrading the model?
As the application and user base grow I don't want to be manually editing table defs every time I change the model.

