diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:55:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:55:04 +0000 |
| commit | 5bcaa45d331b4a9201103360770261deb82f15ae (patch) | |
| tree | 69f21bb85d3ff0285a3435df08fc5815dbfa6217 /docs/intro/tutorial02.txt | |
| parent | 260c5de2f948bf7bd0bb2299fe958bd3d2ec0adf (diff) | |
Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazis
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index ad1bd9d990..5b152704d7 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -399,7 +399,7 @@ ridiculous. It's just placeholder text. That's easy to change, though, using Django's template system. The Django admin is powered by Django itself, and its interfaces use Django's own template -system. (How meta!) +system. Open your settings file (``mysite/settings.py``, remember) and look at the :setting:`TEMPLATE_DIRS` setting. :setting:`TEMPLATE_DIRS` is a tuple of |
