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