Facebook like notification updates using django signal or notification
问题 How can i use django-notifications or django-signals to make something like facebook updates notification that shows in the user profile if any other user likes or posts comments on user's blog or posts? 回答1: For the activity feed, we use https://github.com/justquick/django-activity-stream Documentation: http://justquick.github.com/django-activity-stream/ For the js widget and live notifications, we use https://github.com/subsume/django-subscription yourlabs example, it depends on redis but