cordery / django-countries-plus

Django model & fixture representing all top level country data from Geonames.org
MIT License
45 stars 23 forks source link

Currency integration #30

Open mihalt opened 3 months ago

mihalt commented 3 months ago

Nice job! Good combination with django-languages-plus. Just Currency model integration left to cover related functionality that I need. Do you not plan to integrate something like https://github.com/py-moneyed/py-moneyed/blob/master/src/moneyed/classes.py (it is used in django-money)

Here https://github.com/cordery/django-countries-plus/blob/13fbdbdaf9254affa4a1630feb24267a4bbf158f/countries_plus/models.py#L27-L29