django-notifs

Modular notifications for Django


Keywords
django, email, notifications, sms, user-notifications, websockets
License
MIT
Install
pip install django-notifs==4.0.0

Documentation

Documentation Maintainability Test Coverage Pypi Style guide

Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django

django-notifs

django-notifs is a modular notifications app for Django that basically allows you to notify users about events that occur in your application E.g

  • Your profile has been verified
  • User xxxx sent you a message

It also allows you to deliver these notifications to any destination you want to with custom delivery channels.

It also supports asynchronous notification with several pluggable delivery backends (e.g Celery, RQ etc)

Examples?

A tutorial on how to build a Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI

The Repository for the chat app (Chatire) is also available on github

Documentation

https://django-notifs.readthedocs.io