summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial07.txt
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2023-02-07 08:26:37 -0600
committerGitHub <noreply@github.com>2023-02-07 15:26:37 +0100
commit7715c9fef55c8775608cdb64d5666c7f90ada937 (patch)
tree4e407f58ed9dad98bf1650648b6b3fc99a5ffa58 /docs/intro/tutorial07.txt
parent5f3c7b7e1d059397e915bfa71409b49648b5d524 (diff)
Fixed #34146 -- Added 3rd-party lib tutorial step.
Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in.
Diffstat (limited to 'docs/intro/tutorial07.txt')
-rw-r--r--docs/intro/tutorial07.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index 35205e6119..f258453936 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -418,6 +418,9 @@ uses a template variable called ``app_list``. That variable contains every
installed Django app. Instead of using that, you can hard-code links to
object-specific admin pages in whatever way you think is best.
+When you're comfortable with the admin, read :doc:`part 8 of this
+tutorial </intro/tutorial08>` to learn how to use third-party packages.
+
What's next?
============