Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support alternate currencies from Open Exchange Rates #62

Open
tehfink opened this issue Jan 7, 2018 · 2 comments
Open

Support alternate currencies from Open Exchange Rates #62

tehfink opened this issue Jan 7, 2018 · 2 comments

Comments

@tehfink
Copy link

tehfink commented Jan 7, 2018

Support for the flag "show_alternative=true" would be nice, as detailed here:
https://docs.openexchangerates.org/docs/supported-currencies#alternative-black-market-and-digital-currencies

@racitup
Copy link
Collaborator

racitup commented Nov 30, 2018

Do we want to do this? It would involve changing the database model to allow longer codes and descriptions because they are no longer standard 3 character, e.g. VEF_BLKMKT. This would also mean the codes are probably different across different currency sources.
I'll push a separate branch but not sure this is really "production-ready"

racitup added a commit to racitup/django-currencies that referenced this issue Nov 30, 2018
@racitup
Copy link
Collaborator

racitup commented Dec 12, 2018

You will have trouble importing alternative currencies with non-standard length codes using the --import switch using the branch above because the command code checks the code has 3 characters. Easily worked around by putting the codes into one of the supported setting variables.

racitup added a commit to racitup/django-currencies that referenced this issue Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants