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

Example Navbar currency chooser & template-tag alternative to context processor #45

Closed racitup closed 7 years ago

racitup commented 7 years ago

A couple of enhancements that do not affect current operation if not desired. I needed a navbar selector. Also I didn't like that every request would be slowed down by an extra context processor when the extra context is likely only required in some small places.

panosl commented 7 years ago

Let me check this out, and we can merge it.

racitup commented 7 years ago

Great, thanks!