diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 06:11:33 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 06:11:33 +0000 |
| commit | c9cc6f87f9fb77a3d12db1b5640ac465f80418c3 (patch) | |
| tree | c7a5e7b1ad55106f19747ec8af74f40ba1031378 /docs/tutorial01.txt | |
| parent | 7ade7678196347224789a46c77b17df7f3f3ccb4 (diff) | |
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
Diffstat (limited to 'docs/tutorial01.txt')
| -rw-r--r-- | docs/tutorial01.txt | 23 |
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/ |
