Concept Flow - Django project structure walkthrough
Start: django-admin startproject
Create project folder
Create manage.py file
Create inner project folder
Create __init__.py
Create settings.py
Create urls.py
Create asgi.py & wsgi.py
Project ready for apps & runserver
This flow shows how Django creates the main project structure step-by-step when you start a new project.