Concept Flow - Creating a Django project
Open Terminal
Run: django-admin startproject myproject
Create myproject folder with files
Navigate into myproject folder
Run: python manage.py runserver
Server starts, project ready
This flow shows the steps to create a new Django project, from running the command to starting the server.