justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

action object and target object #488

Closed raju2265 closed 2 years ago

raju2265 commented 3 years ago

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.

justquick commented 2 years ago

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