Commit 68804099 authored by Gladys Forte's avatar Gladys Forte

title instruction.pdf

parent 4fa4324b
......@@ -139,7 +139,8 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
rightMargin=72,
leftMargin=72,
topMargin=72,
bottomMargin=18)
bottomMargin=18,
title="instruction.pdf")
instruction_data = []
......@@ -287,6 +288,7 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
'User File format is found',
serializer.data
)
return self.get_paginated_response(message)
@transaction.atomic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment