Search code examples
pythondjangopinterestdjango-apps

Django: Packages for implementing following system and newsfeed like pinterest?


I am currently developing an app in which I must be able to implement follow and followers system and also notifications and newsfeed.I came across various django packages,like for followers and following relations : django-relationships, django-follow, etc and for newsfeed : StreamFramework, django-notifier, django-notifications, etc. So which are the best for implementing them together ? Which are the packages for getting both relations and newsfeed in my app ? Thanks!


Solution

  • For notifications, likes and feeds Stream Framework one is on its own level:

    https://github.com/tschellenbach/Stream-Framework

    It is not Django specific, but still very easy to integrate to Django.