When you're learning Django, you might be impatient to get to the point where your first web page shows up. In this video, I take you step by step to setting up a very simple Python Django web page. Nothing fancy, just a starting point.
I used:
Poetry for managing your virtual environment: https://python-poetry.org/
Django version 4.0
Python version 3.10