1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[5.1.x] Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt.

Backport of f59cdd00093338427acde555c9b687acc5ac67ea from main.
This commit is contained in:
Mariusz Felisiak 2024-10-21 19:20:03 +02:00 committed by Natalia
parent 51eb666758
commit 8d48fc035c

View File

@ -6,7 +6,7 @@ This advanced tutorial begins where :doc:`Tutorial 8 </intro/tutorial08>`
left off. We'll be turning our web-poll into a standalone Python package
you can reuse in new projects and share with other people.
If you haven't recently completed Tutorials 17, we encourage you to review
If you haven't recently completed Tutorials 18, we encourage you to review
these so that your example project matches the one described below.
Reusability matters