how to get a foreignkey object to display full object in django rest framework
I have a Django back-end built with django_rest_framework. I currently have an object that is a foreign key. When I make a API request to grab an object it displays the foreignkey id and only the id. I want it…