Block a user
feat: add new evaluation-request crud apis for admin
feat: add new evaluation-request crud apis for admin
feat: change AutoEvaluation model field and serializer fields
feat: change AutoEvaluation model field and serializer fields
fix: error fixed about .authenticate() method and Evaluationrequest tests updated
fix: error fixed about .authenticate() method and Evaluationrequest tests updated
feat: change EvaluationrequestModel fields from CharField to ForeignKey, such as value_determined, rate_goal, property_rights, form_ownership, and change the BaseEvaluationrequestSerializer fields
feat: change EvaluationrequestModel fields from CharField to ForeignKey, such as value_determined, rate_goal, property_rights, form_ownership, and change the BaseEvaluationrequestSerializer fields
feat: change user_update api response, and add the basic and session auth to rest framework config file