diff options
| author | Tim Graham <timograham@gmail.com> | 2012-12-15 08:03:17 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-15 08:09:40 -0500 |
| commit | b052e6cc959b540e4d1de8a747689c25c6aeace9 (patch) | |
| tree | c782343805555c03a3c726a1acc8df8cde215f5b /docs/intro/tutorial04.txt | |
| parent | 3984ccbcec7a892af4700b1c4b5e6e3e74452459 (diff) | |
Fixed #9962 - Added a testing tutorial.
Thank-you Daniele Procida for the first draft
and shaibi, Aymeric, and others for the reviews.
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -rw-r--r-- | docs/intro/tutorial04.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index dfee827056..1619b599bb 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -275,13 +275,5 @@ Run the server, and use your new polling app based on generic views. For full details on generic views, see the :doc:`generic views documentation </topics/class-based-views/index>`. -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 forms and generic views, read :doc:`part 5 of this +tutorial</intro/tutorial05>` to learn about testing our polls app. |
