Fix file upload permissions

remotes/origin/3.4.0rc 3.1.3
Álex Hermida 2018-02-27 17:04:16 +01:00 committed by Miguel Gonzalez
parent b05da06ab2
commit 34fbb01fe0
1 changed files with 3 additions and 1 deletions

View File

@ -211,9 +211,11 @@ STATICFILES_DIRS = (
# Don't forget to use absolute paths, not relative paths.
)
# Defautl storage
# Default storage
DEFAULT_FILE_STORAGE = "taiga.base.storage.FileSystemStorage"
FILE_UPLOAD_PERMISSIONS = 0o644
SECRET_KEY = "aw3+t2r(8(0kkrhg8)gx6i96v5^kv%6cfep9wxfom0%7dy0m9e"
TEMPLATES = [