From 47c94244e4067eba2197ea68b101e55e77b3436f Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 27 May 2007 13:19:37 +0000 Subject: [PATCH] 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 --- docs/tutorial04.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index 6fee842f8ba..10f039a6c0c 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/