[Answer]-Simple Activity Feed with Django and Redis

1πŸ‘

βœ…

In one project I used Django-Notification for displaying and letting users know about latest activities.
As far as redis,
your django project uses Sessions, and makes queries to your database on most web pages. SO Just have Redis handle sessions rather than DJango.
This article goes more in depth on usind Redis. Good luck πŸ™‚

πŸ‘€Frantz Romain

Leave a comment