Created
May 25, 2020 01:42
-
-
Save NurElHuda/d0c83cafaaa454d111ffa2c27c902077 to your computer and use it in GitHub Desktop.
django_rest_url_with_query_paramaters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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