Kaydet (Commit) a128ce78 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #6742 -- Fixed numbering error in docs/flatpages.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst e3e2fb3f
......@@ -26,10 +26,10 @@ To install the flatpages app, follow these steps:
1. Install the `sites framework`_ by adding ``'django.contrib.sites'`` to
your INSTALLED_APPS_ setting, if it's not already in there.
1. Add ``'django.contrib.flatpages'`` to your INSTALLED_APPS_ setting.
2. Add ``'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'``
2. Add ``'django.contrib.flatpages'`` to your INSTALLED_APPS_ setting.
3. Add ``'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'``
to your MIDDLEWARE_CLASSES_ setting.
3. Run the command ``manage.py syncdb``.
4. Run the command ``manage.py syncdb``.
.. _sites framework: ../sites/
.. _INSTALLED_APPS: ../settings/#installed-apps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment