Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
90 stars 7 forks source link

Add `Resource URL` to Serializers #148

Closed bpepple closed 2 years ago

bpepple commented 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')