I wanna to store multiple value in django model using DRF e.g. i have to choose three days from a week. I am using django rest framework. I have tried many solution but failed
1. Which field i have to implement in django model? CharField? Postgre ArrayField?
2. How to serialize the data to store multiple values
Thanks