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

Currency integration #30

Open
mihalt opened this issue Aug 9, 2024 · 0 comments
Open

Currency integration #30

mihalt opened this issue Aug 9, 2024 · 0 comments

Comments

@mihalt
Copy link

mihalt commented Aug 9, 2024

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

currency_code = models.CharField(max_length=3, blank=True, null=True)
currency_symbol = models.CharField(max_length=255, blank=True, null=True)
currency_name = models.CharField(max_length=255, blank=True, null=True)

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

1 participant