diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-03-02 17:16:52 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-03-02 17:16:52 +0000 |
| commit | 2ade1e916f308fef246811f6511aa27b7dd9d51b (patch) | |
| tree | 1fe5176cf80db2470c97b1b823a1e94ec5d9c75a /docs/intro/tutorial02.txt | |
| parent | 3ed0b6ed64ff7a69644d1c1eacfb62b0aedadf71 (diff) | |
Edited stuff from [17543] to [17629]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 37f82fa6b5..ee9e3d0d12 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -18,7 +18,7 @@ automatically-generated admin site. displayed on the public site. Django solves the problem of creating a unified interface for site administrators to edit content. - The admin isn't intended to be used by site visitors; it's for site + The admin isn't intended to be used by site visitors. It's for site managers. Activate the admin site @@ -171,7 +171,7 @@ The bottom part of the page gives you a couple of options: If the value of "Date published" doesn't match the time when you created the poll in Tutorial 1, it probably means you forgot to set the correct value for -the :setting:`TIME_ZONE` setting. Change it, reload the page, and check that +the :setting:`TIME_ZONE` setting. Change it, reload the page and check that the correct value appears. Change the "Date published" by clicking the "Today" and "Now" shortcuts. Then |
