Migration tips and tricks
by Dave on June 7, 2021, 10:11 p.m.
Busy week, but these were significant items I learned about this this.
Excellent overview of some great tips on using Django migrations: https://www.caktusgroup.com/blog/2021/05/25/django-migrations-and-deployment/
Learning Flask and you gotta have tests https://flask.palletsprojects.com/en/1.1.x/testing/