Create database migrations
Run database migrations
Use Alembic for migrations
Apply database migrations
python manage.py migrate
Apply all migrations
Apply migrations for specific app
python manage.py migrate myapp
Create a new Django project
Create a new Django app
Run the Django development server