문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top