Oprava práv uploadů
Bez toho soubory dostávaly ACL masku '---', takže požadavky pak končily HTTP 403. (Cherry-pick z masteru)
This commit is contained in:
parent
188ee08723
commit
67144d3034
1 changed files with 3 additions and 0 deletions
|
@ -295,6 +295,9 @@ LOGGING = {
|
|||
},
|
||||
}
|
||||
|
||||
# Permissions for uploads
|
||||
FILE_UPLOAD_PERMISSIONS = 0o0644
|
||||
|
||||
# MaM specific
|
||||
|
||||
SEMINAR_RESENI_DIR = os.path.join('reseni')
|
||||
|
|
Loading…
Reference in a new issue