Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ArtistSerializer to music serializers file
This commit adds ArtistSerializer to the music/serializers.py file. This serializer class will be used to control how Artist model instances are converted to and validated against JSON data. It currently specifies 'name' as the only field to be serialized.
- Loading branch information