fix: allow video files to be uploaded

This commit is contained in:
Faris Ansari 2022-12-29 15:40:41 +05:30
parent 74bce62c62
commit d60acc7cb4

View file

@ -32,6 +32,8 @@ ALLOWED_MIMETYPES = (
"application/vnd.oasis.opendocument.text",
"application/vnd.oasis.opendocument.spreadsheet",
"text/plain",
"video/quicktime",
"video/mp4",
)