Changeset 7208
- Timestamp:
- 03/09/08 14:40:31 (6 months ago)
- Files:
-
- django/trunk/docs/flatpages.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/flatpages.txt
r6674 r7208 25 25 To install the flatpages app, follow these steps: 26 26 27 1. Install the `sites framework`_ by adding ``'django.contrib.sites'`` to 28 your INSTALLED_APPS_ setting, if it's not already in there. 27 29 1. Add ``'django.contrib.flatpages'`` to your INSTALLED_APPS_ setting. 28 30 2. Add ``'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'`` … … 30 32 3. Run the command ``manage.py syncdb``. 31 33 34 .. _sites framework: ../sites/ 32 35 .. _INSTALLED_APPS: ../settings/#installed-apps 33 36 .. _MIDDLEWARE_CLASSES: ../settings/#middleware-classes
