Mike Helmick·Apr 3, 2021Django REST Framework & Better API Versioning (with Semantic Versioning)Django REST Framework (DRF) is a great tool for building your API.
Mike Helmick·Feb 4, 2020Django Migration ConflictsI used to run into an issue where there could be migration conflicts when merging a branch and building a staging environment. The way the…
Mike Helmick·Feb 5, 2018Persistent databases on Travis CIRunning Django tests with the --keepdb option on Travis-CI.com is possible, but the database doesn’t save anywhere. The MySQL instance is…