Normally it'd be done using threads but since PythonAnywhere doesn't support threads, is there a good and simple way of creating a progress page/bar? Using the CSS/JS trick using a form button doesn't work as the query starts as soon as the page is loaded rather than a form button. I'd also like to avoid complicated websocket stuff.