I am trying to learn django and did the official polls tutorial.
I develop using VSC and venv. No matter how I create new folder, venv, activate it and set VSC to use “a fresh python”, when I run “python manage.py runserver” it defaults to http://127.0.0.1:8000/polls/
There is no reference to /polls/ in the project I am currently working on.
Thank you so much. I experienced the browser forwarding me to /polls/, but that is now gone.
I wasn’t even about my Python path, so thank you again!
I am leaving my question her for others to learn from.