mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Fix bat image representation over API #30

Open mcab opened 5 years ago

mcab commented 5 years ago

Currently, it does a relative path to the bat_image due to using ImageRenditionField. We can still use it, we just need to get the proper representation for the image using a HyperlinkedIdentityField (https://stackoverflow.com/questions/49527543/hyperlinkedidentityfield-requires-the-request-in-the-serializer-context)