panosl / django-currencies

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
http://pypi.python.org/pypi/django-currencies
BSD 3-Clause "New" or "Revised" License
94 stars 81 forks source link

FIX: do not raise exception with no default currency in #8

Closed bmihelac closed 10 years ago

bmihelac commented 10 years ago

context_processors

panosl commented 10 years ago

Thanks