diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-04 06:05:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-29 19:03:53 -0400 |
| commit | c32fc79aa120a0a129680805aef6731c1c2c7aef (patch) | |
| tree | 708d4431e57676da7181aa514efe6ac33fefafba /docs/intro/tutorial05.txt | |
| parent | 9916e69bf10ce80645c362edefa150ab70b532b4 (diff) | |
Fixed #19582 - Added a static files tutorial.
Thanks James Pic.
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -rw-r--r-- | docs/intro/tutorial05.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 7fb30fbb88..3b0a95f253 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -640,10 +640,9 @@ information about testing. 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>`. +For full details on testing, see :doc:`Testing in Django +</topics/testing/index>`. -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 testing Django views, read +:doc:`part 6 of this tutorial</intro/tutorial06>` to learn about +static files management. |
