geonature.core.notifications.utils

Module Contents

Functions

dispatch_notifications(code_categories, id_roles[, ...])

dispatch_notification(category, role[, title, url, ...])

send_db_notification(role, title, content, url)

send_mail_notification(role, title, content)

geonature.core.notifications.utils.dispatch_notifications(code_categories, id_roles, title=None, url=None, *, content=None, context={})[source]
geonature.core.notifications.utils.dispatch_notification(category, role, title=None, url=None, *, content=None, context={})[source]
geonature.core.notifications.utils.send_db_notification(role, title, content, url)[source]
geonature.core.notifications.utils.send_mail_notification(role, title, content)[source]