From 258afd8fae2bf34ca40525c38b9fc28fb2465d79 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 19 Jul 2005 18:34:25 +0000 Subject: [PATCH] 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 --- docs/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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