I am relatively new to django and have no previous experience of web development. One of my views reads data from a device trough python and shows them in html page.
How can I refresh the page every x seconds without external input? I am looking for something similar to a while loop in python programming.