I am working on a project which sends data to django server using POST request (not through web browser) and updates data on models.
My templates just runs through all the data in models and print it in a table.
The problem here is that I've to manually refresh my page to get the updated data. I want my page to auto-update the data entered into models. I'm very new to django, so is there a way to achieve this? (I'll post the codes if needed)