evonove / django-money-rates

Currency conversion for django money
BSD 3-Clause "New" or "Revised" License
90 stars 61 forks source link

Unsupported notice #17

Open stevelacey opened 7 years ago

stevelacey commented 7 years ago

If this is library is no longer supported, which it looks like it mightn't be, a notice on the README would be useful. Especially considering this library is recommended by https://github.com/django-money/django-money which is currently supported.

For others reading, issues I ran into trying to get this to work this afternoon in Django 1.10:

I am going to look for alternatives at this point as I'm getting all of the smells that I shouldn't be using this.

stevelacey commented 7 years ago

Note I got further with https://github.com/panosl/django-currencies – with some minor fixes for Python3 (that may well be merged by the time anyone reads this) – it's relatively trivial to get a table full of currencies with symbols and rates.

Psykopear commented 7 years ago

@stevelacey We are starting to work at this project again, if you check out master's branch, django-1.10 compatibility issues should be solved. We'll release a new version once we fix all the pending issues.

jplehmann commented 6 years ago

@Psykopear Your message is promising, but it's almost a year old. Would be great to get a release as the latest is from 2014.

gaslitbytech commented 6 years ago

It seems django-money now supports rates directly see django-money docs

Edit: removed unnecessary detail confusing message.