diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-19 05:43:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-19 05:43:07 +0000 |
| commit | 1f4379bcd4374b699f0645d95113a40e194e2d7b (patch) | |
| tree | 42b7ff4ba4e606267690813cb9e55dd92a0a779e /docs/tutorial02.txt | |
| parent | 7d553c0650a1dad73c98cf8cd9b8d13eb0633e56 (diff) | |
Added docs/tutorial03
git-svn-id: http://code.djangoproject.com/svn/django/trunk@195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 15 |
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/ |
