Commit ba1c64b0 authored by John Red Medrano's avatar John Red Medrano

fixing

parent 4efac2cb
......@@ -32,6 +32,7 @@ class DownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet):
).distinct()
serializer = headers(data=data, many=True)
serializer.is_valid(reaise_exception=False)
return Response(serializer.data)
column_header = {
......
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