So very briefly, I have an html table implemented with a Django template that displays some information that I have stored in my database. I want this (html) table to stay current and to automatically update if and when the database changes. I have looked around, but haven't found much literature on the subject. Would the best way of doing this be making an Ajax call every so often to update the table? If so, what would a standard amount of time between calls be?
Thanks a lot, and let me know if there is any more information that is needed.