summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-10-30 15:53:56 -0400
committerTim Graham <timograham@gmail.com>2012-10-30 18:40:21 -0400
commit08cf54990ae112083b159aa4e263c1f64f396f39 (patch)
tree33ea57f515bacac7a8177d97dd329cdd4b38f0ce /docs/index.txt
parent2f035a9723d62a63027df4c779c665e8191dd95b (diff)
Fixed #16671 - Added a tutorial on reuseable apps
Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 5055edf7e7..a6d9ed2b13 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -46,6 +46,9 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Part 3 <intro/tutorial03>` |
:doc:`Part 4 <intro/tutorial04>`
+* **Advanced Tutorials:**
+ :doc:`How to write reusable apps <intro/reusable-apps>`
+
The model layer
===============