FIX: setup permission check based on group membership.

former permission check, based on django model permission won't work,
because we have no model, that would create the permission.
This commit is contained in:
2019-11-08 11:17:25 +01:00
parent 8bd936d2ca
commit 96ad5b30d4
3 changed files with 7 additions and 3 deletions

View File

@@ -8,4 +8,5 @@ from django.conf import settings
# MAX_FILE_SIZE_MIB = 50
# MAX_TOTAL_SIZE_MIB = 100
# METADATA_FILE_NAME = 'metadata.txt'
# CACHED_ZIP_FILE_NAME = '.cache.zip'
# CACHED_ZIP_FILE_NAME = '.cache.zip'
# DOWNLOAD_GROUP = 'downloaders'