Exemplo n.º 1
0
 def notify(cls, user, object, subjects):
     logger.debug('Notify %s about new comment by %s on %s' % \
                  (user.username, object.author.username,
                   object.article.title))
Exemplo n.º 2
0
 def notify(cls, user, object, subjects):
     logger.debug('Notify %s about new article “%s“' % \
                  (user.username, object.title))