Django REST Framework & Better API Versioning (with Semantic Versioning)Django REST Framework (DRF) is a great tool for building your API.Apr 3, 2021Apr 3, 2021
Django 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…Feb 4, 2020Feb 4, 2020
Persistent 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…Feb 5, 2018Feb 5, 2018