summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-04 02:45:00 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-04 02:45:00 +0000
commitc6750acfe323c6934e4e8a8306a8449a43901cb8 (patch)
tree9894d54c3e223a03b953b50f2fba6bd3e7900a71 /docs
parent332726981fc0b3ec7e533db0fab35583bf2ee34c (diff)
Removed 'Your first page' section from docs/tutorial01.txt in the interim before the doc is proofread.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial01.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index d92a4aaf9e..1a74ee2534 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -108,14 +108,6 @@ It worked!
.. _django-admin documentation: http://www.djangoproject.com/documentation/django_admin/
-Your first page
----------------
-
-Let's create our first Django-powered Web page, a classic "hello world" example.
-
-
-
-
Database setup
--------------