I have a Django project (prototype) running locally in my laptop. About 10 users will access locally this website (for testing purposes). I would like to measure how much time each user spent on each page of my prototype and store this time in the database.
Can anybody suggest me any idea how to do this? Thank you.