danidee10 / django-notifs

Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
MIT License
188 stars 25 forks source link

Create delivery backends #53

Closed danidee10 closed 3 years ago

danidee10 commented 3 years ago

Delivery backends are backends responsible for running the channel's code (E.g Celery).

The eventual goal is to support multiple backends

The primary goal for this issue is to create a base backend and decouple the Celery code into a new "Celery backend"