mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user