mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-14 16:13:09 +00:00
Update README.rst
This commit is contained in:
parent
ea9becf8d0
commit
02333656ce
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ To generate an notification anywhere in your code, simply import the notify sign
|
|||
|
||||
from notifications import notify
|
||||
|
||||
notify.send(recipient=user, recipient=user, verb='you reached level 10')
|
||||
notify.send(user, recipient=user, verb='you reached level 10')
|
||||
|
||||
notify.send(comment.user, recipient=user, verb=u'replied', action_object=comment,
|
||||
description=comment.comment, target=comment.content_object)
|
||||
|
|
|
|||
Loading…
Reference in a new issue