drf-spectacular

want to return percentage in Django Rest Framework

want to return percentage in Django Rest Framework Question: I wanted to return the percentage of every poll options_data in response. I’m Expecting output Like in below. { "response": true, "return_code": "remove_vote_success", "result": { "id": 9, "user_id": 2, "question": "what would you like to see more of on our channel?", "created_on": "2022-09-06T05:52:39", "active": true, "options_data": …

Total answers: 2