summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 7552128285..93166e55d8 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -457,15 +457,8 @@ inclusion in the admin index template. It's a useful starting point.
For full details on customizing the look and feel of the Django admin site in
general, see the `Django admin CSS guide`_.
-.. _Django admin CSS guide: http://www.djangoproject.com/documentation/admin_css/
-
-Coming soon
-===========
+When you're comfortable with the admin site, read `part 3 of this tutorial`_ to
+start working on public poll views.
-The tutorial ends here for the time being. But check back within 48 hours for
-the next installments:
-
-* Writing public-facing apps
-* Using the cache framework
-* Using the RSS framework
-* Using the comments framework
+.. _Django admin CSS guide: http://www.djangoproject.com/documentation/admin_css/
+.. _part 3 of this tutorial: http://www.djangoproject.com/documentation/tutorial3/