:py:mod:`own_comments.notification` =================================== .. py:module:: own_comments.notification Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: own_comments.notification.mail own_comments.notification.comment_added own_comments.notification.comment_updated own_comments.notification.comment_deleted .. py:function:: mail(subject, body) :async: .. py:function:: comment_added(comment: own_comments.models.Comment) :async: .. py:function:: comment_updated(comment: own_comments.models.Comment) :async: .. py:function:: comment_deleted(comment: own_comments.models.Comment) :async: