fix: allow video files to be uploaded
This commit is contained in:
parent
74bce62c62
commit
d60acc7cb4
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ ALLOWED_MIMETYPES = (
|
|||
"application/vnd.oasis.opendocument.text",
|
||||
"application/vnd.oasis.opendocument.spreadsheet",
|
||||
"text/plain",
|
||||
"video/quicktime",
|
||||
"video/mp4",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue