summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-10-14 13:38:31 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-10-14 13:38:31 +0000
commitf14833ee67f535d66ce48155d5424024927bfe2d (patch)
tree8d35efca85127b9850a68a68520a8453695e5040 /docs/intro/tutorial01.txt
parentb30cba4e2bd764cd4f1ec5c0ae1664a078ce967b (diff)
Fixed #11959 -- Updated the tutorial to ensure that the admin site continues to work after URLpatterns are introduced. Thanks to carljm for the report and draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 69c8d0f3db..afda1f28a2 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -281,6 +281,7 @@ That'll create a directory :file:`polls`, which is laid out like this::
polls/
__init__.py
models.py
+ tests.py
views.py
This directory structure will house the poll application.