Command
python manage.py migrate
Examples
Apply all migrations
python manage.py migrate
Apply migrations for specific app
python manage.py migrate myapp
python manage.py migrate
Apply all migrations
python manage.py migrate
Apply migrations for specific app
python manage.py migrate myapp