Added link to installation guide from docs/tutorial01.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-16 05:34:17 +00:00
parent e327294ade
commit 451cdae8ae
1 changed files with 6 additions and 2 deletions

View File

@ -4,14 +4,18 @@ Tutorial: Writing your first Django app
Let's learn by example.
Throughout this documentation, we'll walk you through the creation of a simple
Web poll application.
Throughout this tutorial, we'll walk you through the creation of a simple Web
poll application.
It'll consist of two parts:
* A public site that lets people vote in polls and view poll results.
* An admin site that lets you add, change and delete polls behind the scenes.
We'll assume you have `Django installed`_ already.
.. _`Django installed`: http://www.djangoproject.com/documentation/install/
Initial setup
=============