Guest User

Untitled

a guest
Oct 11th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. вызов во viewsets.py
  2. notify_text = 'SomeMessage'
  3. applicant0 = User.objects.get(username='applicant1')
  4. applicant1 = User.objects.get(username='applicant0')
  5. send_notification(notify_text, user=[applicant0, applicant1], req_user=user_id,
  6. email=False)
Advertisement
Add Comment
Please, Sign In to add comment