fix: add support for CSV files for non desk users
This commit is contained in:
parent
50020cffda
commit
15f64fa7bc
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ ALLOWED_MIMETYPES = (
|
|||
"text/plain",
|
||||
"video/quicktime",
|
||||
"video/mp4",
|
||||
"text/csv",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue