I am currently in the process of implementing a Django based peer to peer quizzing system wherein a user can challenge another user for a quiz.(Much like quizup). I have implemented nearly all the major components of it and the last remaining one is in-website user notification - wherein the user is able to see the number of new unresponded challenges to him.
Django-notification, it seems , uses email based notification,but I want to notify the user within the website itself - just like StackOverflow has for unread notifications/messages, the user will be able to see the number of active challenges under a challenges tab. It need not be real-time like StackOverflow though.
Have extensively Googled,but failed to find a solution.
Any help would be appreciated.