Commit 68804099 authored by Gladys Forte's avatar Gladys Forte

title instruction.pdf

parent 4fa4324b
...@@ -139,7 +139,8 @@ class BatchUploadViewSet(viewsets.ModelViewSet): ...@@ -139,7 +139,8 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
rightMargin=72, rightMargin=72,
leftMargin=72, leftMargin=72,
topMargin=72, topMargin=72,
bottomMargin=18) bottomMargin=18,
title="instruction.pdf")
instruction_data = [] instruction_data = []
...@@ -287,6 +288,7 @@ class BatchUploadViewSet(viewsets.ModelViewSet): ...@@ -287,6 +288,7 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
'User File format is found', 'User File format is found',
serializer.data serializer.data
) )
return self.get_paginated_response(message) return self.get_paginated_response(message)
@transaction.atomic @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