Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- вызов во viewsets.py
- notify_text = 'SomeMessage'
- applicant0 = User.objects.get(username='applicant1')
- applicant1 = User.objects.get(username='applicant0')
- send_notification(notify_text, user=[applicant0, applicant1], req_user=user_id,
- email=False)
Advertisement
Add Comment
Please, Sign In to add comment