Relative Content

Tag Archive for djangoserializationdjango-rest-framework

How to add fields to serializer

I would like to add foreign key fields to DRF serializer. I need API endpoint with information of Publication details with all Comments to this publication with all Images to this publication and with Likes number to this publication.