0

I have a program that converts word documents to pdfs using django. The number of documents varies. I want to know how to send a text to the homepage after each document has been converted. The Id is stored in a variable in my views.py

  • For example : "S 123 done" if the id is S 123

I'm very new to JS. It would be great if someone can help

megan
  • 23
  • 8
  • You could give a try to Server Sent Events. For a reference you can checkout out this https://stackoverflow.com/questions/54326515/how-can-i-make-sse-with-python-django – Gaurav Nov 11 '21 at 08:14

0 Answers0