Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T17:05:16.000Z (over 1 year ago)
- Last Synced: 2024-04-26T10:45:14.350Z (7 months 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
[![Documentation](https://readthedocs.org/projects/django-notifs/badge/)](https://django-notifs.readthedocs.io)
[![Maintainability](https://api.codeclimate.com/v1/badges/3f5dd1e1833c12c79db9/maintainability)](https://codeclimate.com/github/danidee10/django-notifs/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/3f5dd1e1833c12c79db9/test_coverage)](https://codeclimate.com/github/danidee10/django-notifs/test_coverage)
[![Pypi](https://img.shields.io/pypi/v/django-notifs.svg)](https://pypi.python.org/pypi/django-notifs)
[![Style guide](https://img.shields.io/badge/code%20style-pep8-green.svg)](https://www.python.org/dev/peps/pep-0008/)Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
![django-notifs](./django-notifs.png)
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