summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-03 13:50:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-03 13:50:32 +0000
commit3ec68658ec65055efb82b8f1f66fe932aed3f47e (patch)
treeebf5f43dac15ed7fc087aa58e6e33356d69c4f87 /docs/tutorial01.txt
parentbc038daf14f6a03f5a4f7bb7708b5eea0abbcbbd (diff)
Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusion
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 02d2795261..d92a4aaf9e 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -9,9 +9,8 @@ blogging application.
It'll consist of two parts:
- * A public site that lets people read your blog entries and submit
- comments.
- * An admin site that lets you add, change and delete entries and comments.
+ * A public site that lets people view polls and vote in them.
+ * An admin site that lets you add, change and delete polls.
We'll assume you have `Django installed`_ already. You can tell Django is
installed by running the Python interactive interpreter and typing