starting django

38 views
Skip to first unread message

Giovanni Oliverio

unread,
Dec 22, 2016, 11:32:08 AM12/22/16
to Django users

Hello, I'm following the guide at the following link: https://docs.djangoproject.com/en/1.10/intro/tutorial01/ but when I go to call the page:  http://localhost:8000/polls/ the result is the following:





where am I wrong?

pradam programmer

unread,
Dec 22, 2016, 11:33:16 AM12/22/16
to django...@googlegroups.com
just correct pools to polls in url

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/e6332dc6-1b8e-4c98-bb9b-e966c49578be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Antonis Christofides

unread,
Dec 22, 2016, 11:34:20 AM12/22/16
to django...@googlegroups.com

You typed pools instead of polls in your browser.

Antonis Christofides
http://djangodeployment.com
--
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 django-users...@googlegroups.com.

Giovanni Oliverio

unread,
Dec 27, 2016, 6:17:46 AM12/27/16
to Django users
ops ! 

kabang...@gmail.com

unread,
Dec 27, 2016, 9:19:18 AM12/27/16
to Django users
Hello,
1. check you server to see if is running by typing this in shell: python manage.py runserver

roboslone

unread,
Dec 27, 2016, 9:54:05 PM12/27/16
to django...@googlegroups.com
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.

-- 
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages