Skip to content

Instantly share code, notes, and snippets.

@vgk77
Created August 27, 2019 13:38
Show Gist options
  • Select an option

  • Save vgk77/3fa88c99eb0cacce26be97e022f01ab0 to your computer and use it in GitHub Desktop.

Select an option

Save vgk77/3fa88c99eb0cacce26be97e022f01ab0 to your computer and use it in GitHub Desktop.
#django money serialize as decimal
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