As pointed by the error message you are getting, the url you tried did not
match any of the urls django is aware of.
For using any Model in the admin, you need to register it with the admin. As
evident from your url, you are trying to use a model named Choice under
polls app. But you have not regi
There was nothing wrong with the code. I just needed to restart my
server, and it worked like a charm
On Oct 8, 11:15 pm, EdgarAllenPoe wrote:
> Working on django tutorial
> here:https://docs.djangoproject.com/en/dev/intro/tutorial02/
> and I am stuck where they start the instructions about St
Working on django tutorial here:
https://docs.djangoproject.com/en/dev/intro/tutorial02/
and I am stuck where they start the instructions about Stackedlnline.
I keep getting the following error:
Page not found (404)
Request Method: GET
Request URL:http://127.0.0.1:8000/admin/polls/cho
3 matches
Mail list logo