Skip to content

Instantly share code, notes, and snippets.

@esirK
Created November 20, 2018 01:59
Show Gist options
  • Select an option

  • Save esirK/ffee867387cfe83c98365ccb221f05e9 to your computer and use it in GitHub Desktop.

Select an option

Save esirK/ffee867387cfe83c98365ccb221f05e9 to your computer and use it in GitHub Desktop.
class ArticleSerializer(serializers.ModelSerializer):
class Meta:
model = Article
fields = ('id', 'title', 'description', 'body', 'author_id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment