diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 16:20:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 16:20:24 +0000 |
| commit | 58f95c3a6a16b44749fc05fe1747ebf12467a496 (patch) | |
| tree | bd3080e5157d7d1506eaee0a05b1e7e1ef166e60 /docs/tutorial02.txt | |
| parent | 85c50d4fdfb4011068932f4f26fbd5a7d77caf25 (diff) | |
Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 97d9be53b7..0f1792bc62 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -33,7 +33,7 @@ activate the admin site for your installation, do these three things: * Add ``"django.contrib.admin"`` to your ``INSTALLED_APPS`` setting. * Run the command ``django-admin.py install admin``. This will create an extra database table that the admin needs. - * Edit your ``myproject.urls`` file and uncomment the line below + * Edit your ``myproject/urls.py`` file and uncomment the line below "Uncomment this for admin:". 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. |
