summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial06.txt
diff options
context:
space:
mode:
authorJoão Luiz Lorencetti <me@dirtycoder.net>2015-05-11 20:43:40 -0300
committerTim Graham <timograham@gmail.com>2015-05-28 14:07:39 -0400
commit3653466bdf211ca603ec976c28d4a8da566dc671 (patch)
treec5b46c951a7f8a9584c401af4a38a80d5dabc5b2 /docs/intro/tutorial06.txt
parentad0f0daf8c6aa80775d68068a76c5b6d0fff04ec (diff)
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
Diffstat (limited to 'docs/intro/tutorial06.txt')
-rw-r--r--docs/intro/tutorial06.txt13
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt
index a88c33026a..de5daae467 100644
--- a/docs/intro/tutorial06.txt
+++ b/docs/intro/tutorial06.txt
@@ -116,13 +116,6 @@ with the framework see
static files </howto/static-files/deployment>` discusses how to use static
files on a real server.
-What's next?
-============
-
-The beginner tutorial ends here for the time being. In the meantime, you might
-want to check out some pointers on :doc:`where to go from here
-</intro/whatsnext>`.
-
-If you are familiar with Python packaging and interested in learning how to
-turn polls into a "reusable app", check out :doc:`Advanced tutorial: How to
-write reusable apps</intro/reusable-apps>`.
+When you're comfortable with the static files, read :doc:`part 7 of this
+tutorial </intro/tutorial07>` to learn how to customize Django's
+automatically-generated admin site.