Django

Code

Changeset 214

Show
Ignore:
Timestamp:
07/19/05 13:34:25 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r206 r214  
    124124 
    125125    ViewDoesNotExist: Tried myproject.apps.polls.views.polls.index. 
    126     Error was: 'module' object has no attribute 'index' 
     126    No module named polls 
    127127 
    128128Try "/polls/23/", "/polls/23/results/" and "/polls/23/vote/". The error