[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.

Backport of ca67f39afa from master.
This commit is contained in:
Abhishek Bera 2019-03-30 07:23:03 +05:30 committed by Tim Graham
parent 5237da3416
commit 4a7bbace6b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ need to write the parts that make your project unique.
Let's say you were starting a new project that needed a polls app like the one Let's say you were starting a new project that needed a polls app like the one
we've been working on. How do you make this app reusable? Luckily, you're well we've been working on. How do you make this app reusable? Luckily, you're well
on the way already. In :doc:`Tutorial 3 </intro/tutorial03>`, we saw how we on the way already. In :doc:`Tutorial 1 </intro/tutorial01>`, we saw how we
could decouple polls from the project-level URLconf using an ``include``. could decouple polls from the project-level URLconf using an ``include``.
In this tutorial, we'll take further steps to make the app easy to use in new In this tutorial, we'll take further steps to make the app easy to use in new
projects and ready to publish for others to install and use. projects and ready to publish for others to install and use.