Django

Code

Changeset 3017

Show
Ignore:
Timestamp:
05/31/06 09:29:11 (2 years ago)
Author:
adrian
Message:

Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai

Files:

Legend:

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

    r3016 r3017  
    215215Reload the page. Now you'll see an error:: 
    216216 
    217     TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. 
    218     Change it to point to at least one template directory. 
     217    TemplateDoesNotExist at /polls/ 
     218    polls/index.html 
    219219 
    220220Ah. There's no template yet. First, create a directory, somewhere on your