Answer the question
In order to leave comments, you need to log in
How to update information on a page without reloading the django page?
Here is the task:
1. I get a get string with data
2. I start parsing in a separate thread
3. Without waiting for the result of parsing, I redirect to the result page
4. How to wait for the result and display it on the page so that the site works in normal mode and can launch others parsing requests?
The most important thing is that when receiving 2 or more requests, it would not confuse the data and make it possible to launch new threads.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question