def get_serializer_class(self):
if self.action is 'create':
return AddBuildingSerializer
elif self.action is 'retrieve':
return RetrieveBuildingSerializer
else:
return BuildingSerializer
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fram...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsub...@googlegroups.com.