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
This commit is contained in:
Adrian Holovaty 2010-01-10 16:45:31 +00:00
parent a689ba9594
commit b651bcb80b
1 changed files with 1 additions and 1 deletions

View File

@ -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`