From 17cba8514a9083a842a116d3cc731bcb4f92f52b Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Aug 2014 01:17:35 +0800 Subject: [PATCH] add money --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf52742e..d144d619 100644 --- a/README.md +++ b/README.md @@ -398,11 +398,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## E-commerce -*Frameworks and libraries for e-commerce.* +*Frameworks and libraries for e-commerce and payments.* * [django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django. * [django-shop](https://www.django-cms.org/) - A Django based shop system. * [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors via Pluggable backends. +* [money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution. ## RESTful API