Update signals.py
allow zipfile upload
This commit is contained in:
parent
0def30210c
commit
899c802c9b
@ -9,6 +9,7 @@ def tesseract_consumer_declaration(sender, **kwargs):
|
|||||||
"parser": get_parser,
|
"parser": get_parser,
|
||||||
"weight": 0,
|
"weight": 0,
|
||||||
"mime_types": {
|
"mime_types": {
|
||||||
|
"application/zip": ".zip",
|
||||||
"application/pdf": ".pdf",
|
"application/pdf": ".pdf",
|
||||||
"image/jpeg": ".jpg",
|
"image/jpeg": ".jpg",
|
||||||
"image/png": ".png",
|
"image/png": ".png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user