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

Make a 2.0 release and publish to PyPI

mattrei opened this issue · comments

Hi,

according to your comment you have merged the branch to use this lib with DRF.

However its not published yet on PyPI and no new release has been made.

Thanks for making a new release to enjoy the new features!

OK I will release a new version. can you try the main branch and verify that codes are working as normal

hi. thanks.
yes the code seems to be working. Just using the DRF modules though. Did not run over any issues so far.

However we I do not get is how can i also retrieve/save the type of object or type of actor when creating an action event.

For instance looking at the example:
justquick (actor) closed (verb) issue 2 (object) on django-activity-stream (target) 12 hours ago

I also want to save what kind of target or what kind of object it is (= the Model class of the target and object).
Can this be achieved somehow?

Thankxs for making a new release!

@auvipy
Any progress on this?