Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Applying Django Migrations

Migrations have to be applied to make changes to the database. In this lesson you’ll see how to use the management command migrate to apply migrations.

koutsellisthemistoklis on March 4, 2020

Can you please explain a little more each of the commands you are using and make and eliminate the speed of given information? Thank you!

Dee82 on Nov. 7, 2023

Before starting off creating and applying migrations, it would be helpful to have some guidance around which tools are being used and need to be installed to work side by side with this tutorial. The python manage.py dbshell command doesn’t appear to work for my setup for example.

Become a Member to join the conversation.