How to use django-subscription to create live notifications

自作多情 提交于 2019-12-25 02:13:37

问题


I have been working on this for some time now, and would like to create facebook-like notification system. My project has following features

  • It has a blog interface where users can write their blogs, and people can post comments on it. I want to send notification to the author whenever somebody comments on it.

  • Users can post their questions, just like on stackoverflow and whenever somebody answers the question I want to inform the user which posted it.

  • Users can mark certain blogs/questions as favorites and whenever any activity happen on them then I want the respective user to be notified.

I after searching a lot I found a post saying that django-subscription can provide the best solution for it, however after reading the docs I have come to a dead end. I developing on windows, and when I tried to run the test, there was a failure.

Also the docs are very unclear and I am not getting how things will work. Can anybody point me in the right direction.

来源:https://stackoverflow.com/questions/8602951/how-to-use-django-subscription-to-create-live-notifications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!