awesto / django-shop

A Django based shop system

Home Page:http://www.django-shop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to extend iso4217.py from outside the application?

jhonvidal opened this issue · comments

How to extend iso4217.py from outside the application?

I want to create my own currency that is not found in iso4217.py

my custom currency_code not in CURRENCIES and therefore I get an error.

please help.

At the end of iso4217.py, I added

feel free to add more currencies, alphabetically ordered

so, please add your currency, create a pull request and I will merge it immediately.

Thanks for answering.
My question is to know if there is a possibility to add new currencies externally without affecting the core of the project.

Anyway I just sent a pull request.

Thank you so much!

or just tell me, which currency you need.

I have sent pull request

closed via #818