문제

This might be a basic question but I am a total newbie to django and rest framework.

In django, we have a natural key with the help of which we can write foreign key elements into a json file during the serialization process. Can this also be done with the serializers in Rest Framework?

도움이 되었습니까?

해결책

Django REST Framework has RelatedField and PrimaryKeyRelatedField.

Check it: http://www.django-rest-framework.org/api-guide/relations

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top