Skip to content

Instantly share code, notes, and snippets.

@NurElHuda
Created May 25, 2020 01:42
Show Gist options
  • Save NurElHuda/d0c83cafaaa454d111ffa2c27c902077 to your computer and use it in GitHub Desktop.
Save NurElHuda/d0c83cafaaa454d111ffa2c27c902077 to your computer and use it in GitHub Desktop.
django_rest_url_with_query_paramaters
class BookCoverSerializer(serializers.HyperlinkedModelSerializer):
class Meta:
model = Book
fields = ('cover',)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment