diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-27 13:19:37 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-27 13:19:37 +0000 |
| commit | 47c94244e4067eba2197ea68b101e55e77b3436f (patch) | |
| tree | 998d45a7bbb6f9d3780aeb79e7c9fc4508829da5 /docs/tutorial04.txt | |
| parent | 13db259fe0e4cf6fde35b45369f192db7257c423 (diff) | |
Fixed #4364 -- Added a link to the main docs page to the end of the tutorial in
case it isn't obvious.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial04.txt')
| -rw-r--r-- | docs/tutorial04.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index 6fee842f8b..10f039a6c0 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -256,4 +256,8 @@ installments: * Advanced admin features: Permissions * Advanced admin features: Custom JavaScript +In the meantime, you can read through the rest of the `Django documentation`_ +and start writing your own applications. + .. _Tutorial 3: ../tutorial03/ +.. _Django documentation: http://www.djangoproject.com/documentation/ |
