doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.88k stars 355 forks source link

Dynamic object saving in mongo db #624

Open keder-code-hash opened 2 years ago

keder-code-hash commented 2 years ago

Hey all, it is more like a question rather than issue. Is there any way to develop a way that we can use the dynamic document saving in mongo db through django model. Suppose I have a django model having 10 fields but I want to save this model model dynamically som time sInwant to save 6 field or some times 10 fields. Any idea how can I achieve this?