Re: can't find index

2020-07-21 Thread Ralph Barhydt
; typed "http://localhost:8000/index";. You shouldn't view "/index". It's > the name of the view function, not the name of the end point. As you can > see on the error page, you provided views at "polls/" and "admin/". So you > just go to &

Part 1 migrate

2020-07-19 Thread Ralph Barhydt
I have tried this many times and made it to part 4 only to get stymied, so I start over. The last few tries, when ever, in part 1, I do the first "python manage.py migrate" command everything goes haywire. All my directories are underlined in red, Then when I set up the models (db) and run "

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

migrate error in manage.py

2019-10-11 Thread Ralph Barhydt
When I try to run "python manage.py migrate" I get an error "invalid syntax" that points to ") from exc". How can I fix this? -- 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, sen