How to Revert a Migration in Django
So, you're working with Django, you've run a migration, and now something’s broken. Maybe you added a field that shouldn't be there.
Maybe you renamed a model, and suddenly your database is a mess. Or maybe you're just experimenting and want to roll ...
freecodecamp.org5 min read