diff --git a/settings/common.py b/settings/common.py index 53c4c904..7aba66df 100644 --- a/settings/common.py +++ b/settings/common.py @@ -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 = [