Django Migrations Tutorial: How to Make Migrations in Django.
This post will show you how to do migrations in a Django project. Creating migrations and then applying them to the database are two separate steps in the Django migration process. The makemigrations command is used for the former, andβ¦