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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page