Monday, May 28, 2018

Re: Having trouble loading up my poll app

When you receive that error message "Template does not exist", most of time you are able to find errors in URL and TEMPLATE.
Please show us your urls.py and detail.html and result.html :)  

2018-05-29 10:45 GMT+09:00 Caleb Bryson <cbryson633@gmail.com>:
Hey guys, I am on part 4 of writing your first django app. And I am stuck at the part where it says this "Now, go to /polls/1/ in your browser and vote in the question. You should see a results page that gets updated each time you vote. If you submit the form without having chosen a choice, you should see the error message." . I thought I was supposed to use the url "http://localhost:8000/polls/1/" but it gave me a error saying "Template does not exist at /polls/1/". I am not really sure how to fix this to move on with the tutorial. Does anyone know how to get rid of this error?

--
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/fc0f2c87-a6c9-4276-b045-2c2caf1d3e3c%40googlegroups.com.
For more options, visit 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 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/CA%2Bfs_cuRg4bUfLC1aC7%3D5y7Veyheq5rbxXJkSD4pAgnDWDjztw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment