ipol-journal / ipolDevel

IPOL demo system development
GNU Affero General Public License v3.0
23 stars 3 forks source link

Refactor/replace cherrypy in blobs #173

Closed hmaciasc closed 1 year ago

hmaciasc commented 1 year ago

Blobs module refactoring to use fastapi instead of cherrypy. Also style check and pretty print of system tests output.

hmaciasc commented 1 year ago

@kidanger Perhaps I'm not looking at the same part of the code but line 765 sends the status_code to the JS. return JsonResponse({}, status=status_code)