Django Rest Framework: Getting 'None' response when trying to access nested serializer data
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-10
django rest-framework serialization
I'm working on a Django Rest Framework (DRF) project where I have a nested serializer setup. My model structure is such that I have a `Book` model that has a fo...