django-stream provides activity streams for Django applications.
It differs from
django-activity-stream
in that it does not use generic relations and does not provide a
Follow
object, but it can be used together with
django-follow.
The motivation to not use generic relations is for simplicity reasons.