You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django-Rest-Framework APIs for re-formatting data before saving. It is an alarm app backend in which days for alarm comes as array of day names and then it is re-formatted using Serializers in which they are saved as hyphen (-) separated day names as a single string.