I have multiple Django apps with loads of migrations, and they can take a long time to run when building on a VM. For logistic reasons, and to identify areas where we can increase speed I'd like to be able to view the time it took for all migrations to run.
What would be the preferred way of doing so? Maybe a management command that kicks off when you run migrate? Can't seem to find much on the topic.