[Answer]-Restrict certain model fields for user in Django Restful API Framework

1👍

Django REST framework serializers allows you to expose only a subset of the fields on your model. see http://www.django-rest-framework.org/api-guide/serializers#specifying-which-fields-should-be-included

Leave a comment