Multi Nested with Django Restframework and Mongodb
问题 I want output like this. I have a task to complete more than 5 models with nested type and all CRUD methods by using RestFawork.If anyone knows the answer share with me. { "id": 1, "first_name": "John 1", "last_name": "Robert 1", "instrument": "KeyBoard", "album_musician": [ { "id": 3, "artist": 1, "name": "Test robert", "release_date": "2020-09-16", "num_stars": 400 "Language": [ { "Original": "English", "Dubbed": "Tamil" } ] } ] } In this Code, I did only Sigle Nested Framework. My model.py