diff options
| author | Ondrej Grover <ondrej.grover@gmail.com> | 2014-11-03 15:30:45 +0100 |
|---|---|---|
| committer | Ondrej Grover <ondrej.grover@gmail.com> | 2014-11-03 20:38:21 +0100 |
| commit | 2beefb89c51b624dd02e63825c42f3a9bffef37c (patch) | |
| tree | 177eb083dfcb1818eabbe126268abc89feb0bd5c /docs/settings.rst | |
| parent | a81fcd3fefa7ffce657805163cfb32470c962bf9 (diff) | |
| download | pelican-caching_warning.tar.gz | |
add warnings about caching interfering with changes to settings and pluginscaching_warning
Diffstat (limited to 'docs/settings.rst')
| -rw-r--r-- | docs/settings.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/settings.rst b/docs/settings.rst index d785cf9b..a30268c5 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -9,6 +9,13 @@ the command line:: (If you used the ``pelican-quickstart`` command, your primary settings file will be named ``pelicanconf.py`` by default.) +.. warning:: + + When experimenting with different settings (especially the metadata + ones) caching may interfere and the changes may not be visible. In + such cases disable caching with ``LOAD_CONTENT_CACHE = False`` or + use the ``--ignore-cache`` command-line switch. + Settings are configured in the form of a Python module (a file). There is an `example settings file <https://github.com/getpelican/pelican/raw/master/samples/pelican.conf.py>`_ |
