summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.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/intro/tutorial04.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/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 8909caf98b..dfee827056 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -278,5 +278,10 @@ For full details on generic views, see the :doc:`generic views documentation
What's next?
============
-The 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>`.
+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>`.