Set up a new Django project called `mysite` and create an app called `blog` within it. Write the commands and configuration needed to register the app.
Requirements
01Show the terminal commands to create the project and app
02Update `INSTALLED_APPS` in `settings.py` to include the new app
03Explain what `manage.py` does and how the project structure works