Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
20af3fdd91
commit
b6fb43460b
|
@ -21,7 +21,7 @@ Here are some examples of flatpages on Django-powered sites:
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
To install the flatpages app, follow these two steps:
|
To install the flatpages app, follow these steps:
|
||||||
|
|
||||||
1. Add ``"django.contrib.flatpages"`` to your INSTALLED_APPS_ setting.
|
1. Add ``"django.contrib.flatpages"`` to your INSTALLED_APPS_ setting.
|
||||||
2. Add ``"django.contrib.flatpages.middleware.FlatpageFallbackMiddleware"``
|
2. Add ``"django.contrib.flatpages.middleware.FlatpageFallbackMiddleware"``
|
||||||
|
|
Loading…
Reference in New Issue