django/migrate

Apply Migrations

Apply database migrations

django
migrate
database

Command

python manage.py migrate

Examples

Apply all migrations

python manage.py migrate

Apply migrations for specific app

python manage.py migrate myapp