Skip to content
Snippets Groups Projects
Commit 766433be authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

Merge branch '110-make-newly-uploaded-files-readable-by-the-group' into 'master'

Resolve "Make newly uploaded files readable by the group"

Closes #110

See merge request !54
parents a71220a9 596f78a6
No related branches found
No related tags found
1 merge request!54Resolve "Make newly uploaded files readable by the group"
......@@ -19,6 +19,7 @@ from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
FILE_UPLOAD_PERMISSIONS = 0o640
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment