summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-04 06:05:11 -0500
committerTim Graham <timograham@gmail.com>2013-03-29 19:03:53 -0400
commitc32fc79aa120a0a129680805aef6731c1c2c7aef (patch)
tree708d4431e57676da7181aa514efe6ac33fefafba /docs/index.txt
parent9916e69bf10ce80645c362edefa150ab70b532b4 (diff)
Fixed #19582 - Added a static files tutorial.
Thanks James Pic.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 197856ea4b..8823888e7b 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -45,7 +45,8 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Part 2 <intro/tutorial02>` |
:doc:`Part 3 <intro/tutorial03>` |
:doc:`Part 4 <intro/tutorial04>` |
- :doc:`Part 5 <intro/tutorial05>`
+ :doc:`Part 5 <intro/tutorial05>` |
+ :doc:`Part 6 <intro/tutorial06>`
* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>` |