diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 16:45:31 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 16:45:31 +0000 |
| commit | b651bcb80b2046f17d8ce42fd20a1276938b52af (patch) | |
| tree | 826ca598c8cf408aaec31e07d8fbc209bf5b3906 /docs | |
| parent | a689ba95947e29094dbb7d92d2784edb5e58482c (diff) | |
Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/flatpages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt index f934919412..8ef39e470a 100644 --- a/docs/ref/contrib/flatpages.txt +++ b/docs/ref/contrib/flatpages.txt @@ -40,7 +40,7 @@ To install the flatpages app, follow these steps: Also make sure you've correctly set :setting:`SITE_ID` to the ID of the site the settings file represents. This will usually be ``1`` (i.e. - ``SITE_ID = 1``, but if you're not using the sites framework to manage + ``SITE_ID = 1``, but if you're using the sites framework to manage multiple sites, it could be the ID of a different site. 2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS` |
