Top "Django-notification" questions

Django-notification is a pluggable django app for user notification management

How to use django-notification to inform a user when somebody comments on their post

I have been developing in django for sometime now, and have developed a neat website having functionality such as writing …

python django django-signals django-apps django-notification
Sending Bulk email in Django

I have to send bulk email in django, the email template will be will be customized and the some data …

django django-notification
How do I display notifications from `django-notification`?

I've been reading the docs for django-notification, and they seem to cover creating notifications just fine, but not how to …

python django django-notification
Django - How to track if a user is online/offline in realtime?

I'm considering to use django-notifications and Web Sockets to send real-time notifications to iOS/Android and Web apps. So I'll …

django django-channels django-notification