django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
Once you have everything set up (read the included INSTALL.txt), you will be able to use the following code in your templates
{% change_currency [price] [currency_code] %}
i.e:
{% change_currency product.price "USD" %}
# or if we have the currencies.
# available:
{% change_currency product.price CURRENCY.code %}
or use the filter:
{{ [price]
i.e.:
{{ product.
or set the CURRENCY context variable with a POST to the included view:
{% url currencies_
Full documentation is available at:
Project information
- Maintainer:
- Panos Laganakos
- Driver:
- Not yet selected
- Licence:
- Simplified BSD Licence
View full history Series and milestones
trunk series is the current focus of development.