student_views.py - VamsiSangam/PhDPortal GitHub Wiki

def send_notification_to_guides(user, message):
  • user - User model object.
  • message - String object.
  • returns None
  • This method sends a notification to all the guides of a given user.