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