Apply database migrations
Use Alembic for migrations
Create a new Django project
Create database migrations
python manage.py makemigrations
Create migrations for all apps
Create migrations for specific app
python manage.py makemigrations myapp
Create a new Django app
Create a Django superuser
Create new database