Search code examples
iosdjangojsonfeeddjango-comments

Is it possible to build an activity feed using Django commenting?


Dear stackoverflowers,

Is it possible to build an activity feed using Django commenting?

For example, In the 'home' view of my professional photography iOS app, I would like to fill it with actions via JSON such as:

User1 commented on User2's photo: Looks amazing

User 1 started following User2 and User3

User1 liked User2's photo

User3 liked 6 photos

Is this possible? and if so how can this be done?


Solution

  • You can use the following app: django-activity-stream