Kaydet (Commit) 1062b1e0 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Small formatting fix to tutorial03

git-svn-id: http://code.djangoproject.com/svn/django/trunk@201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 851b14de
...@@ -198,7 +198,7 @@ So let's use Django's template system to separate the design from Python:: ...@@ -198,7 +198,7 @@ So let's use Django's template system to separate the design from Python::
That code loads the template called "polls/index" and passes it a context. The That code loads the template called "polls/index" and passes it a context. The
context is a dictionary mapping template variable names to Python objects. 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. Change it to point to at least one template directory. TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment