Ticket #2047: tutorial03.txt.2.diff
File tutorial03.txt.2.diff, 601 bytes (added by , 18 years ago) |
---|
-
django/docs/tutorial03.txt
214 214 215 215 Reload the page. Now you'll see an error:: 216 216 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 219 219 220 220 Ah. There's no template yet. First, create a directory, somewhere on your 221 221 filesystem, whose contents Django can access. (Django runs as whatever user