Skip to main content

Reusable Django app to save user actions & send them notifications.

Project description

this repository is currently under development

Add app name to settings.py;

INSTALLED_APPS = (

        ...

        'notifications',

)

call send_notification function;

from notifications.notify import send_notification
send_notification(actor=actor, action=action_object, verb="", recipients=[], target=target)

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page