From 1f4379bcd4374b699f0645d95113a40e194e2d7b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 19 Jul 2005 05:43:07 +0000 Subject: Added docs/tutorial03 git-svn-id: http://code.djangoproject.com/svn/django/trunk@195 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial02.txt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'docs/tutorial02.txt') 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/ -- cgit v1.3