I’m using the djangoratingsapp to create a system of “likes” and “dislike” buttons, and everything seems to work well. However, I am using a very basic button type of layout in the template and using the standard POST protocol to register button presses and enter ratings. My main problem with this approach is that there are a lot of comments on each page that a user can push like buttons for and the way I have this written reloads the page after each button press and brings the user back at the top of the page which is very annoying in practice for the end user. I am wondering what the easiest way to get the button presses registered without reloading the entire page in a Django App. I searched and am looking into comet. I am wondering if there is any easier way or if anyone wants to give me some hints, I’d much appreciate it. This is no fancy site, the only thing I need is button presses without page reloads, nothing else is necessary like live chatting or live status updates etc. Thanks in advance.I’m using the djangoratingsapp to create a syst