summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 18:34:25 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 18:34:25 +0000
commit258afd8fae2bf34ca40525c38b9fc28fb2465d79 (patch)
tree58f78ea754c6c211d16ee964b760dc664a505769 /docs/tutorial03.txt
parente29afe7974c169f0028c71b6c33a793bc5f7464d (diff)
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
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index 477b5c1dd7..ea1851c407 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -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