From 7715c9fef55c8775608cdb64d5666c7f90ada937 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 7 Feb 2023 08:26:37 -0600 Subject: Fixed #34146 -- Added 3rd-party lib tutorial step. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- docs/intro/tutorial07.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/intro/tutorial07.txt') 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 ` to learn how to use third-party packages. + What's next? ============ -- cgit v1.3