MeerkatLabs / Bowling-Entry

Django application that provides the backend for the angular bowling entry site.
0 stars 0 forks source link

Remove unneeded serializers #10

Closed rerobins closed 9 years ago

rerobins commented 9 years ago

MatchTeam and TeamInstanceBowler can be removed.

rerobins commented 9 years ago

Also can remove the views associated with those serializers. This functionality is replaced by using patch on the scoresheet serializer.