def handle_get(self, request, user, teacher, *args, **kwargs): raise Exception("get not implement") # @method_decorator(user_passes_test(is_teacher_logined, login_url=LOGIN_URL))