mirumee / django-prices

Django fields for the prices module
158 stars 53 forks source link

The difference between Django Money and Django Prices #44

Open vladimirmyshkovski opened 7 years ago

vladimirmyshkovski commented 7 years ago

Hey. I'm trying to choose which is better, and so far, what I saw is the native support of the currencies by ISO from Dango Money, and you have support for taxes. Similarly, Django prices can be integrated with Satchless

Can you comment on additional differences?

patrys commented 7 years ago

Not sure what you mean by native support of currencies? We use Babel to properly format amounts using ISO currencies, there's also automatic currency conversion via the openexchangerates.org addon.