mirror of
https://github.com/django/django.git
synced 2025-01-25 09:39:23 +00:00
[1.10.x] Improved grammar in tutorial01.
Backport of 1f9deba1b312a12c47668724daf70b8fe2d56b17 from master
This commit is contained in:
parent
8976d08edb
commit
cdb6d83f44
@ -383,9 +383,10 @@ aren't going to use this feature of Django in the tutorial.
|
|||||||
:func:`~django.conf.urls.url` argument: name
|
:func:`~django.conf.urls.url` argument: name
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
Naming your URL lets you refer to it unambiguously from elsewhere in Django
|
Naming your URL lets you refer to it unambiguously from elsewhere in Django,
|
||||||
especially templates. This powerful feature allows you to make global changes
|
especially from within templates. This powerful feature allows you to make
|
||||||
to the url patterns of your project while only touching a single file.
|
global changes to the url patterns of your project while only touching a single
|
||||||
|
file.
|
||||||
|
|
||||||
When you're comfortable with the basic request and response flow, read
|
When you're comfortable with the basic request and response flow, read
|
||||||
:doc:`part 2 of this tutorial </intro/tutorial02>` to start working with the
|
:doc:`part 2 of this tutorial </intro/tutorial02>` to start working with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user