M
M
max32772019-06-18 12:34:18
Django
max3277, 2019-06-18 12:34:18

How to "load" data in django without refreshing the page?

With the help of which you can implement such functionality:
The user sends a request through the form on the site.
There is a redirect to the page where the animation of the execution of the "script" takes place.
At this moment, api requests are made to some sources. As soon as all requests are completed, you need to give the user this data. Thus, replace the download with the received data.
All this must be done without refreshing the page.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2019-06-18
@deepblack

AJAX
https://code.djangoproject.com/wiki/AJAX

V
Vladimir Kuts, 2019-06-18
@fox_12

Google the magic word AJAX

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question