mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
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:
parent
e327294ade
commit
451cdae8ae
@ -4,14 +4,18 @@ Tutorial: Writing your first Django app
|
|||||||
|
|
||||||
Let's learn by example.
|
Let's learn by example.
|
||||||
|
|
||||||
Throughout this documentation, we'll walk you through the creation of a simple
|
Throughout this tutorial, we'll walk you through the creation of a simple Web
|
||||||
Web poll application.
|
poll application.
|
||||||
|
|
||||||
It'll consist of two parts:
|
It'll consist of two parts:
|
||||||
|
|
||||||
* A public site that lets people vote in polls and view poll results.
|
* 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.
|
* 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
|
Initial setup
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user