Fixed bug in example exception in tutorial03 -- thanks, Amit Upadhyay

git-svn-id: http://code.djangoproject.com/svn/django/trunk@214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-19 18:34:25 +00:00
parent e29afe7974
commit 258afd8fae
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ Now go to "http://localhost:8000/polls/" on your domain in your Web browser.
You should get a Python traceback with the following error message::
ViewDoesNotExist: Tried myproject.apps.polls.views.polls.index.
Error was: 'module' object has no attribute 'index'
No module named polls
Try "/polls/23/", "/polls/23/results/" and "/polls/23/vote/". The error
messages should tell you which view Django tried (and failed to find, because