You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Modifying the price field will be a API breaking change, so we should see what other changes we want to make, like adding Versioning to the API. This will also need to announced in advanced, so the various consumers are made aware.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
To handle non-US based publishers, we need to add some international support.
Describe the solution you'd like
At a minimum, we should add the following:
Add acountry
field to the Publisher modelprice
field to be a list that can handle different currenciesMost likely we could use a library like PyCountry, django-countries, or django-money to simplify the code.
Additional context
Modifying the
price
field will be a API breaking change, so we should see what other changes we want to make, like adding Versioning to the API. This will also need to announced in advanced, so the various consumers are made aware.The text was updated successfully, but these errors were encountered: