[Django]-Exposing MoneyFields in Django REST Framework?

5👍

I had the same problem, solved by adding 'djmoney', to INSTALLED_APPS. When you do this, MoneyField will injects correct serializer field for the conversion and all works. HTH 🙂

Leave a comment