Getting this error when i try to run ./manage.py currencies yahoo
File "currencies/management/commands/_yahoofinance.py", line 73, in get_bulkcurrencies
jscript = soup.find('script', type='text/javascript', text=re_start).string
AttributeError: 'NoneType' object has no attribute 'string'
Thanks for reporting! Looks like yahoo have removed their currency data. I will fix to use the cached copy.
In the meantime please use oxr or iso as source.
Getting this error when i try to run
./manage.py currencies yahoo