Hi everyone ,
I’m totally new to Django and web development. I’m learning it at a computer school, but I’m basically a beginner and my exams are coming up soon. Sadly, my teacher isn’t helping much, so I’m trying to figure things out on my own.
When I run my project with:
python manage.py runserver
the terminal shows no errors — Django says it’s running on http://127.0.0.1:8000/
— but when I open that in my browser, I get:
ERR_CONNECTION_RESET
What I’ve tried:
-
Tested
127.0.0.1:8000
,localhost:8000
,0.0.0.0:8000
→ all same error -
Tried other ports like
8080
→ same -
Allowed firewall access
-
Fresh install of Django (5.2.6) and Python (3.11) on Windows 11
But it still won’t load
Any beginner-friendly help would mean a lot