S
S
SHADRIN2021-03-22 14:26:58
Django
SHADRIN, 2021-03-22 14:26:58

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

1 answer(s)
I
Igor, 2021-03-22
@shadrin_ss

It's not so much you need django, but how much to learn the front,
but in general to dig towards ajax and drf

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question