Created
August 27, 2019 13:38
-
-
Save vgk77/3fa88c99eb0cacce26be97e022f01ab0 to your computer and use it in GitHub Desktop.
#django money serialize as decimal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| price = MoneyField(max_digits=14, decimal_places=2, coerce_to_string=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment