Skip to content

Commit

Permalink
- Moved the description for CMS_CACHE_PREFIX to the proper file
Browse files Browse the repository at this point in the history
- Deleted useless settings.rst file
- Removed obsolete file from index
  • Loading branch information
Chris Glass committed Nov 9, 2010
1 parent ddb4a4a commit 7c8d492
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
13 changes: 13 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,3 +471,16 @@ Defines how long page content should be cached, including navigation and admin
menu.

Default is 60

CMS_CACHE_PREFIX
----------------

The CMS will prepend the value associated with this key to every cache access (set and get).
This is useful when you have several Django-CMS installations, and that you don't want them
to share cache objects.

Example::
CMS_CACHE_PREFIX = 'my_awesome_prefix'

Default is None

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Advanced
i18n
sitemap
templatetags
settings

Extending the CMS
-----------------
Expand Down
15 changes: 0 additions & 15 deletions docs/settings.rst

This file was deleted.

0 comments on commit 7c8d492

Please sign in to comment.