Server is obviously running, you wouldn't get Django-styled 404 page with your URLconf otherwise. The problem is you're trying to access /pOOls instead of /poLLs.
> On 27 Dec 2016, at 17:18, [email protected] wrote: > > Hello, > 1. check you server to see if is running by typing this in shell: python > manage.py runserver > > > On Thursday, December 22, 2016 at 6:32:08 PM UTC+2, Giovanni Oliverio wrote: > > Hello, I'm following the guide at the following link: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ > <https://docs.djangoproject.com/en/1.10/intro/tutorial01/> > > but when I go to call the page: http://localhost:8000/polls/ > <http://localhost:8000/polls/> > > the result is the following: > > > <https://lh3.googleusercontent.com/-XOtn55zcf7c/WFv_XGEamWI/AAAAAAAAFmw/cbdR9lVZ3BAB0zpYVK2dp7ow0eE5ivZHwCLcB/s1600/Cattura.PNG> > > > > > > where am I wrong? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/56f8b0c1-6aa3-4149-8885-581652e25d7e%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/56f8b0c1-6aa3-4149-8885-581652e25d7e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/EC297574-0761-4D15-ABAE-AB2093775470%40gmail.com. For more options, visit https://groups.google.com/d/optout.

