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

Allow a list of currency codes in the initcurrencies command #12

Closed dhendo closed 10 years ago

dhendo commented 10 years ago

Allow a list of currency codes in the initcurrencies command to limit the currencies that are initialised.

panosl commented 10 years ago

Thanks!