Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Rest Framework

Update/append Serializer.data In Django Rest Framework

How can I update/append serializer.data in Django Rest Framework? data = serializer.data.update({&#… Read more Update/append Serializer.data In Django Rest Framework

Writable Nested Serializers User And User Profile Doesn't Work

I'm trying to create a user registration endpoint through django rest framework with his profil… Read more Writable Nested Serializers User And User Profile Doesn't Work