Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
add serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelButkovic committed Feb 24, 2016
1 parent d8f711b commit ac8b6f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bulbs/special_coverage/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ class SpecialCoverageSerializer(ImageSerializerMixin, serializers.ModelSerialize

class Meta:
model = SpecialCoverage


class SpecialCoverageLandingSerializer(SpecialCoverageSerializer):

pass

0 comments on commit ac8b6f6

Please sign in to comment.