I have a simple Python/Django Application in which I am inserting records in database through some scanning event. And I am able to show the data on a simple page. I keep reloading the page every second to show the latest inserted database records.But I want it to improve so that page should update the records when ever new entry comes in database, instead of reloading every second.
Is there any way to do this?
Database: I am using MySQL
Python: Python 2.7
Framework: Django