I am working on a new Django application and would like to have functionality where one user makes a change and all other users viewing that database record receive the change.
I have seen similar functionality in frameworks like Derby and Meteor. Is this even possible using Django?