To start, the version of my problem I'm presenting here is simplified to make my question clearer. Let's say I want to make a Django web app, which takes some data from user, runs some Python logic and returns a list of objects.
An object has 2 values, I want to display the values of each list member one by one, moving on to the next object after X seconds or after the user presses the button.
I understand that I'll probably have to get JavaScript involved...I'm really a newbie to JS and I was wondering whether you faced a similar issue and have some useful links or advice.
Thanks in advance :)