Writing Custom Migrations in Django
Migrations in Django are auto-generated files from the models of an application that apply changes to a stricture of a Table whether it's the creation, the modification, or the deletion of a field.
There are some situations when you are adding a new...
koladev.hashnode.dev3 min read