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

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

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.