Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous

git-svn-id: http://code.djangoproject.com/svn/django/trunk@902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-17 13:20:59 +00:00
parent b223d0fd87
commit 0bb68cd072
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ Default: ``False``
Whether to prepend the "www." subdomain to URLs that don't have it. This is
only used if ``CommonMiddleware`` is installed (see the `middleware docs`_).
See also ``PREPEND_WWW``.
See also ``APPEND_SLASH``.
SECRET_KEY
----------