Closed bpepple closed 2 years ago
It would be useful to add the Url for each Resource to it's Serializer.
Something like this should suffice:
resource_url = serializers.URLField(source='get_absolute_url')
It would be useful to add the Url for each Resource to it's Serializer.
Something like this should suffice: