summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial08.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2025-07-25 10:24:17 +0100
committernessita <124304+nessita@users.noreply.github.com>2025-08-25 10:51:10 -0300
commitf81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch)
tree44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/intro/tutorial08.txt
parent4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff)
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
Diffstat (limited to 'docs/intro/tutorial08.txt')
-rw-r--r--docs/intro/tutorial08.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt
index d0c55c32e4..e837efbf26 100644
--- a/docs/intro/tutorial08.txt
+++ b/docs/intro/tutorial08.txt
@@ -2,11 +2,11 @@
Writing your first Django app, part 8
=====================================
-This tutorial begins where :doc:`Tutorial 7 </intro/tutorial07>` left off. We've
-built our web-poll application and will now look at third-party packages. One of
-Django's strengths is the rich ecosystem of third-party packages. They're
-community developed packages that can be used to quickly improve the feature set
-of an application.
+This tutorial begins where :doc:`Tutorial 7 </intro/tutorial07>` left off.
+We've built our web-poll application and will now look at third-party packages.
+One of Django's strengths is the rich ecosystem of third-party packages.
+They're community developed packages that can be used to quickly improve the
+feature set of an application.
This tutorial will show how to add :pypi:`Django Debug Toolbar
<django-debug-toolbar>`, a commonly used third-party package. The Django Debug
@@ -68,7 +68,8 @@ resolve the issue yourself, there are options available to you.
<https://django-debug-toolbar.readthedocs.io/en/latest/tips.html>`_ that
outlines troubleshooting options.
#. Search for similar issues on the package's issue tracker. Django Debug
- Toolbar’s is `on GitHub <https://github.com/django-commons/django-debug-toolbar/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc>`_.
+ Toolbar’s is `on GitHub
+ <https://github.com/django-commons/django-debug-toolbar/issues>`_.
#. Consult the `Django Forum <https://forum.djangoproject.com/>`_.
#. Join the `Django Discord server <https://chat.djangoproject.com>`_.