Basic Tutorial Issues

This tutorial seems to be broken;

[20/Jul/2022 20:39:45] “GET /polls/index HTTP/1.1” 404 2119

Not Found: /polls/

python --version
Python 3.10.5

python -m django --version
4.0.6

Here is my listing of the mysite directory;

README.md		
manage.py		
start.sh
db.sqlite3		
polls		
   __init__.py	
   apps.py		
   models.py	
   urls.py
   admin.py	
   migrations	
   tests.py	
   views.py	
urls.py
django_poc_site		
requirements.txt

Please advise, I’m a very seasoned developer Java, JavaScript, C#, Assembler, etc!
Scott

What are the contents of your urls.py file(s), and the INSTALLED_APPS setting in your settings.py file?

How are you running your application? Using runserver as described in the tutorial?