Jacob Rief
Jacob Rief
Before implementing the `MoneyMaker` into django-shop, I actually looked at django-currencies. I then decided to write my own "type" because I wanted to have a real class for each currency...
It depends on how a shop has to implement it. Some brands for instance, impose the final price of a product for each country. Here a currency converter does not...
This is because the user is determined by it's email address, rather than by the username.
This security mechanism/pattern has been copied from DRF. They also do it like so. What about adding `pagination_class = ProductListPagination` to `CMSPageCatalogWrapper `? This then would be consistent with the...
Please try the latest master branch. There I added a my proposal from above. If that works for you, I'll release a new version.
Please be patient on this pull request. I have to check on its side-effects.
Feel free to remind me. There was too much stuff awaiting for 0.11
Sorry guys. This will be fixed with the next upcoming release using a cookiecutter template to create the merchant implementation of the shop.
If we add a .flake8 file, shouldn't we also add ``--flake8`` to ``addopts`` in pytest.ini?
@rfleschenberg can we close this?