Initial commit of new document upload workflow which allows for document promises to be returned after POST request, gh-issue #194. Add new signal when a document is uploaded and finally ready, gh-issue #193 and gh-issue #213.
This commit is contained in:
@@ -38,7 +38,7 @@ from .serializers import (
|
||||
from .settings import (
|
||||
setting_display_size, setting_zoom_max_level, setting_zoom_min_level
|
||||
)
|
||||
from .tasks import task_get_document_page_image, task_new_document
|
||||
from .tasks import task_get_document_page_image
|
||||
|
||||
|
||||
class APIDocumentListView(generics.ListAPIView):
|
||||
|
||||
Reference in New Issue
Block a user