Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created December 18, 2014 11:01
Show Gist options
  • Save tbarbugli/586d54ab619c952bfe50 to your computer and use it in GitHub Desktop.
Save tbarbugli/586d54ab619c952bfe50 to your computer and use it in GitHub Desktop.
store activities in notification feeds
class MyActivityModel(Activity):
@property
def activity_author_feed(self):
return 'notification'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment