From c9cc6f87f9fb77a3d12db1b5640ac465f80418c3 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 17 Jul 2005 06:11:33 +0000 Subject: Finished tutorial02 and added a link to it from tutorial01 git-svn-id: http://code.djangoproject.com/svn/django/trunk@142 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'docs/tutorial01.txt') 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 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/ -- cgit v1.3