summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 041da0a404..c5ac5a1107 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -293,7 +293,8 @@ app will still work.
.. admonition:: When to use :func:`~django.urls.include()`
You should always use ``include()`` when you include other URL patterns.
- ``admin.site.urls`` is the only exception to this.
+ The only exception is ``admin.site.urls``, which is a pre-built URLconf
+ provided by Django for the default admin site.
You have now wired an ``index`` view into the URLconf. Verify it's working with
the following command: