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 --------------