DjangoCodeError in Download?

Traceback (most recent call last): File "/Users/yavuzhanis/opt/anaconda3/lib/python3.9/wsgiref/handlers.py", line 138, in run self.finish_response() File "/Users/yavuzhanis/Desktop/fettucini/restaurant_management/venv/lib/python3.9/site-packages/django/core/servers/basehttp.py", line 173, in finish_response super().finish_response() File "/Users/yavuzhanis/opt/anaconda3/lib/python3.9/wsgiref/handlers.py", line 183, in finish_response for data in self.result: File "/Users/yavuzhanis/opt/anaconda3/lib/python3.9/wsgiref/util.py", line 37, in next data = self.filelike.read(self.blksize) ValueError: read of closed file

How can I solve the error I encountered when trying to download the end of day report I created?

Вернуться на верх