What does Django migrate do?

Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema . They’re designed to be mostly automatic, but you’ll need to know when to make migrations, when to run them, and the common problems you might run into.

Sizin İçin Seçtik  Can I make web app using Django?

Leave a Reply

Your email address will not be published. Required fields are marked *