Tuesday, December 27, 2016

Re: starting django

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, kabangufuture@gmail.com 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/ but when I go to call the page:  http://localhost:8000/polls/ the result is the following:





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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/56f8b0c1-6aa3-4149-8885-581652e25d7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment