justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Home Page:http://django-activity-stream.rtfd.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action object and target object

raju2265 opened this issue · comments

Hi, I have the Project creation object for this I need to create an action object by passing actor =user, verb = created. Here my doubt is which values I need to pass for action and target objects in this project creation scenario.

action must be an actstream.Action (or subclass) instance. target can be any other Model instance