Create a new Django project
Create a new Django app
Run the Django development server
Open Django shell
python manage.py shell
Open interactive Django shell
Create a Django superuser
Create database migrations
Apply database migrations