Open limonrojo-nm opened 3 years ago
Hi @nmimagenysonido,
I'd love to see a DRF field for this package. You are welcome to propose one in a PR.
Best, Joe
Hi @nmimagenysonido,
I'd love to see a DRF field for this package. You are welcome to propose one in a PR.
Best, Joe
Joe, ALAP (as late...) the PR was done. Here the PR
Hi. I've wrote a serializer field to use django-measurement with django rest framework beacuse i could'n find it nowhere. Something near this was discussed here. (I'm not sure this is the best way to share this... let me know).
MeasurementSerializerField.py:
And the implementation could be like in ModelWithMeasurementsSerializer.py
Perhaps something like that could be included in the library.