summaryrefslogtreecommitdiff
path: root/docs/index.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/index.txt
parentad0f0daf8c6aa80775d68068a76c5b6d0fff04ec (diff)
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt
index b92d057b63..342904b24d 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -41,12 +41,13 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Installation <intro/install>`
* **Tutorial:**
- :doc:`Part 1: Models <intro/tutorial01>` |
- :doc:`Part 2: The admin site <intro/tutorial02>` |
+ :doc:`Part 1: Requests and responses <intro/tutorial01>` |
+ :doc:`Part 2: Models and the admin site <intro/tutorial02>` |
:doc:`Part 3: Views and templates <intro/tutorial03>` |
:doc:`Part 4: Forms and generic views <intro/tutorial04>` |
:doc:`Part 5: Testing <intro/tutorial05>` |
- :doc:`Part 6: Static files <intro/tutorial06>`
+ :doc:`Part 6: Static files <intro/tutorial06>` |
+ :doc:`Part 7: Customizing the admin site <intro/tutorial07>`
* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>` |