Django: automatically migrate between git checkouts
Posted on Wed 14 February 2024 in development • Tagged with django, git
How to use git hooks to automatically reset your database state to one compatible with the branch you are checking.
Continue reading