We've got a core product running on Django, and one thing the author doesn't mention is testing migrations. The migration system is wonderful, except for the difficulty in testing migrations. There's no sane/official way to do this. And it's such an important thing that I don't get why the Django crew haven't tackled it.
_AzMoo|5 years ago
zumachase|5 years ago
ensignavenger|5 years ago
jordic|5 years ago
dvarrazzo|5 years ago
As someone else pointed out, migration without CI can be dangerous and difficult to coordinate with deployment.
zumachase|5 years ago