summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt23
1 files changed, 9 insertions, 14 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 246fbf0450..00e2ef02be 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -1,6 +1,8 @@
-=======================================
-Tutorial: Writing your first Django app
-=======================================
+=====================================
+Writing your first Django app, part 1
+=====================================
+
+By Adrian Holovaty <holovaty@gmail.com>
Let's learn by example.
@@ -368,15 +370,8 @@ Let's jump back into the Python interactive shell::
For full details on the database API, see our `Database API reference`_.
-.. _Database API reference: http://www.djangoproject.com/documentation/db_api/
-
-Coming soon
-===========
+When you're comfortable with the API, read `part 2 of this tutorial`_ to get
+Django's automatic admin working.
-The tutorial ends here for the time being. But check back within 48 hours for
-the next installments:
-
-* Using the dynamically-generated admin site
-* Writing public-facing apps
-* Using the cache framework
-* Using the RSS framework
+.. _Database API reference: http://www.djangoproject.com/documentation/db_api/
+.. _part 2 of this tutorial: http://www.djangoproject.com/documentation/tutorial2/