↧
Answer by twrought for Trigger javascript function from Django server
This is 100% possible with Django using Websockets. It sounds like you are trying to build a notification system for the UI based on when you receive a request at one of your urls. Start by checking...
View ArticleTrigger javascript function from Django server
I am working on IPN's. Whenever I receive an IPN in this url: https://www.mywebsitename.com/notifications, I would like to run a simple JavaScript function that displays some html content.I manage the...
View Article