mirror of https://github.com/django/django.git
Small formatting fix to tutorial03
git-svn-id: http://code.djangoproject.com/svn/django/trunk@201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
851b14deca
commit
1062b1e042
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue