I want to implement notification system in Django web Application. In Django for notification there are many packages available like Pinax, Pusher...etc, but I don't find proper implementation.
In my case, I want to get notify user when a query created, updated or deleted into database(MySql). Please replay if any other way to implement it.
Comments
Post a Comment