mattjegan / django-gamification

The missing Django Gamification Package
Other
166 stars 28 forks source link

Add extension for Django REST Framework serializers #4

Closed mattjegan closed 6 years ago

mattjegan commented 7 years ago

Add django_gamification/extensions/drf/ and include a serializers.py file with appropriate serializers for each major model.

icpetcu commented 6 years ago

Hi, I can take a look at this. Do you want the ForeignKey fields to be replaced by their respective serializers or just remain as a reference?

mattjegan commented 6 years ago

I think just the reference as you implemented were fine, it helps keep a nicer API.