Ejemplo n.º 1
0
 def get_student(self):
     """Get the current student."""
     user = self.get_user()
     if user is None:
         return None
     return Student.get_by_user(user)