diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-05 06:19:06 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-05 06:19:06 +0000 |
| commit | e466d2ea53b43b453625808794b72afdc9be9816 (patch) | |
| tree | 04e15f3fcdaf1d5cc2f2b9a6cb6ec359c00d3211 /docs/intro/tutorial02.txt | |
| parent | 514fba5b920aa1aceef0d1f5d0b7c10d9f315c06 (diff) | |
Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index b8cc1a0125..1144167276 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -35,10 +35,10 @@ activate the admin site for your installation, do these three things: to :setting:`INSTALLED_APPS`, the database tables need to be updated. * Edit your ``mysite/urls.py`` file and uncomment the lines below the - "Uncomment this for admin:" comments. This file is a URLconf; we'll dig - into URLconfs in the next tutorial. For now, all you need to know is that - it maps URL roots to applications. In the end, you should have a - ``urls.py`` file that looks like this: + "Uncomment the next two lines..." comment. This file is a URLconf; + we'll dig into URLconfs in the next tutorial. For now, all you need to + know is that it maps URL roots to applications. In the end, you should + have a ``urls.py`` file that looks like this: .. parsed-literal:: |
