From ab831aa4936ec06da3ab6a76e592d3584e8cb3b4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 23 Jun 2016 20:28:39 -0400 Subject: [PATCH] Fix setting message, no longer are temp project wide temp folders created by default. --- mayan/apps/common/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mayan/apps/common/settings.py b/mayan/apps/common/settings.py index 8668117c48..a1a16e656f 100644 --- a/mayan/apps/common/settings.py +++ b/mayan/apps/common/settings.py @@ -11,8 +11,7 @@ setting_temporary_directory = namespace.add_setting( global_name='COMMON_TEMPORARY_DIRECTORY', default=tempfile.gettempdir(), help_text=_( 'Temporary directory used site wide to store thumbnails, previews ' - 'and temporary files. If none is specified, one will be created ' - 'using tempfile.mkdtemp().' + 'and temporary files.' ), is_path=True )