Re: tutorial 2.0 - 1: problem

2018-03-15 Thread Bernd Wechner
Looks to me like runserver is telling you more or less what's up. What it's not telling you is what you've not told us, namely teh URL you're navigating to. But the tutorial suggests " http://localhost:8000/polls/"; and if you are using that, and you have set up

Re: tutorial 2.0 - 1: problem

2018-03-15 Thread Carl Brubaker
We could use some code from your myapp/urls.py and your myapp/polls/urls.py files. Without it, we don't know what is wrong. On Thursday, 15 March 2018 20:03:57 UTC-4, Denny Terreno wrote: > > Hello, > I'm new to django, and I'm trying to learn it, but I'm stuck on the 1st > part of the tutorial:

tutorial 2.0 - 1: problem

2018-03-15 Thread Denny Terreno
Hello, I'm new to django, and I'm trying to learn it, but I'm stuck on the 1st part of the tutorial: https://docs.djangoproject.com/en/2.0/intro/tutorial01/ when I try the polls app it gives me "*Page not found (404) Using the URLconf defined in mysite.urls, Django tried these URL patterns, in