mirror of
https://github.com/django/django.git
synced 2025-11-03 13:23:19 +00:00
Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3c4e261931
commit
a0de8b3b21
1 changed files with 2 additions and 2 deletions
|
|
@ -214,8 +214,8 @@ context is a dictionary mapping template variable names to Python objects.
|
||||||
|
|
||||||
Reload the page. Now you'll see an error::
|
Reload the page. Now you'll see an error::
|
||||||
|
|
||||||
TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty.
|
TemplateDoesNotExist at /polls/
|
||||||
Change it to point to at least one template directory.
|
polls/index.html
|
||||||
|
|
||||||
Ah. There's no template yet. First, create a directory, somewhere on your
|
Ah. There's no template yet. First, create a directory, somewhere on your
|
||||||
filesystem, whose contents Django can access. (Django runs as whatever user
|
filesystem, whose contents Django can access. (Django runs as whatever user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue