|
@@ -304,12 +304,12 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
|
|
|
FILE_UPLOAD_TEMP_DIR = None
|
|
|
|
|
|
# The numeric mode to set newly-uploaded files to. The value should be a mode
|
|
|
-# you'd pass directly to os.chmod; see https://docs.python.org/3/library/os.html#files-and-directories.
|
|
|
+# you'd pass directly to os.chmod; see https://docs.python.org/library/os.html#files-and-directories.
|
|
|
FILE_UPLOAD_PERMISSIONS = None
|
|
|
|
|
|
# The numeric mode to assign to newly-created directories, when uploading files.
|
|
|
# The value should be a mode as you'd pass to os.chmod;
|
|
|
-# see https://docs.python.org/3/library/os.html#files-and-directories.
|
|
|
+# see https://docs.python.org/library/os.html#files-and-directories.
|
|
|
FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
|
|
|
|
|
|
# Python module path where user will place custom format definition.
|