[Fixed]-How to properly create/update objects in Serializers from different apps

1👍

Why in your create method you use Seller instead of seller? Just use seller, which is your instance of SellerSerializer and it should be fine.

Leave a comment