Relative Content

Tag Archive for pythondjangodjango-rest-framework

How to retrieve the url of the uploaded image instead of the id?

I have a Django Restfull Application. And a user can upload images from the Admin panel of Django. But the problem I am facing is that in the corresponding api call. The id’s of the images are displayed instead of the url’s of the images. See the api call below-