matthiask / django-user-payments

User payments and subscriptions for Django
https://django-user-payments.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

DRF support #1

Open barseghyanartur opened 6 years ago

barseghyanartur commented 6 years ago

Nowadays, a lot of things go through DRF. It would be really useful to have it bundled (as contrib app). Please, consider it as a feature request. Thank you!

matthiask commented 6 years ago

I'm not using DRF (yet), and still thinking about the basic Python API of this package. It's not even 0.0.1 material -- but let's see what happpens :)

barseghyanartur commented 6 years ago

@matthiask:

Thanks for the update. I saw that you have mentioned 0.1 in the changelog. Is it some sort of "alpha" now? :)

matthiask commented 6 years ago

It is very close to a first release. In fact, the package has already processed more than 10 live payments 🎉

I'm not happy with the bundled processors (especially not the hardcoded and ugly emails) and management commands though.

Docs and 100% test code coverage are fine for now!

matthiask commented 6 years ago

Btw, I just pushed 0.1 to PyPI.