https://github.com/danidee10/django-notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
https://github.com/danidee10/django-notifs
django email notifications pusher ses slack sms twitter user-notifications websockets
Last synced: 13 days ago
JSON representation
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
- Host: GitHub
- URL: https://github.com/danidee10/django-notifs
- Owner: danidee10
- License: mit
- Created: 2017-06-22T01:11:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T17:05:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T10:45:14.350Z (about 1 year ago)
- Topics: django, email, notifications, pusher, ses, slack, sms, twitter, user-notifications, websockets
- Language: Python
- Homepage:
- Size: 463 KB
- Stars: 167
- Watchers: 6
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://django-notifs.readthedocs.io)
[](https://codeclimate.com/github/danidee10/django-notifs/maintainability)
[](https://codeclimate.com/github/danidee10/django-notifs/test_coverage)
[](https://pypi.python.org/pypi/django-notifs)
[](https://www.python.org/dev/peps/pep-0008/)Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django

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 messageIt 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](https://danidee10.github.io/2018/01/01/realtime-django-1.html)
The Repository for the chat app (Chatire) is also available on [github](https://github.com/danidee10/chatire)
#### Documentation
https://django-notifs.readthedocs.io