1
0
mirror of https://github.com/django/django.git synced 2025-02-04 14:37:19 +00:00

2 Commits

Author SHA1 Message Date
Cerebro Cerberus
1ea11365f6 [4.2.x] Fixed typo in docs/intro/tutorial08.txt.
Backport of 6fbe5287ac46f38faa9634e02da7e7b01e37c34d from main
2023-06-28 07:10:04 +02:00
Tim Schilling
757c456d23 [4.2.x] 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.

Backport of 7715c9fef55c8775608cdb64d5666c7f90ada937 and
1df7814e4b76211a13eaecd77a05137006b82723 from main
2023-02-07 20:22:11 +01:00