Re: StackedLinein and 404 error

2011-10-13 Thread akshar raaj
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

StackedLinein and 404 error [SOLVED]

2011-10-08 Thread EdgarAllenPoe
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

StackedLinein and 404 error

2011-10-08 Thread EdgarAllenPoe
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