pull/6229/head
Matt Westcott 2020-07-15 17:18:46 +01:00
rodzic c8f493c095
commit 78c9ef31d7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -542,7 +542,7 @@ Redirects
WAGTAIL_REDIRECTS_FILE_STORAGE = 'tmp_file'
By default the the redirect importer keeps track of the uploaded file as a temp file, but on certain environments (load balanced/cloud environments), you cannot keep a shared file between environments. For those cases you can use the build in cache to store the file instead.
By default the redirect importer keeps track of the uploaded file as a temp file, but on certain environments (load balanced/cloud environments), you cannot keep a shared file between environments. For those cases you can use the built-in cache to store the file instead.
.. code-block:: python