Re: can't find index

2020-07-21 Thread Ralph Barhydt
Superb answer. To the point, relevant and accurate. Very helpful. I don't understand the intent of the other two answers. Chastising? Thank you Liu Zheng... On Saturday, July 18, 2020 at 6:48:18 AM UTC-7, Liu Zheng wrote: > > I believe you were following the official tutorial on Django's web

Re: can't find index

2020-07-18 Thread Liu Zheng
I believe you were following the official tutorial on Django's website, and has created a view function called "index" in "polls" app, which was wired to "/polls" url. All the codes were exactly the same as provided in the tutorial. The mistake you made was when you opened the browser and typed

can't find index

2020-07-17 Thread Exactly musty
Look at the error closely, as it says it all, in your project url django cant find the path index,its a url problem, check it if you got it well spelt -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

Re: can't find index

2020-07-17 Thread Kelvin Sajere
The error is as it is.. Django can't find a path /index On Fri, Jul 17, 2020, 10:22 PM Ralph Barhydt wrote: > > I have done the first part of the tutorial many times and suddenly, doing > it one more time, I get this message. I am in the right directory and I > have checked the code in urls.py

can't find index

2020-07-17 Thread Ralph Barhydt
I have done the first part of the tutorial many times and suddenly, doing it one more time, I get this message. I am in the right directory and I have checked the code in urls.py many time as well. What is going on? ``` Page not found (404) Request Method: GET Request URL: http://localhos