matthiask / django-imagefield

You should probably use this image field instead of Django's built-in models.ImageField.
https://django-imagefield.readthedocs.io
BSD 3-Clause "New" or "Revised" License
100 stars 10 forks source link

DRF Serializer #15

Open naomiaro opened 3 weeks ago

naomiaro commented 3 weeks ago

Hi! Does this project have any DRF serializer support? I'm just looking at something like this in django-versatileimagefield: https://github.com/respondcreate/django-versatileimagefield/blob/master/versatileimagefield/serializers.py

matthiask commented 3 weeks ago

Hi @naomiaro

Right now there isn't such a thing. It should be easy to add, do you want to take a stab at it?