[Answer]-Custom Dictionary in Django Rest Framework

1👍

i think these fields should be

dictAutoCuidado = serializers.DictField()
dictHabilidades = serializers.DictField()

link: https://www.django-rest-framework.org/api-guide/fields/#dictfield

Leave a comment