django-flexible-subscriptions

A subscription and recurrent billing application for Django.


Keywords
Django, subscriptions, recurrent, billing
License
GPL-3.0
Install
pip install django-flexible-subscriptions==0.14.0

Documentation

django-flexible-subscriptions

PyPI PyPI - Python Version PyPI - Django Version License

Travis-CI build status Codecov code coverage

Django Flexible Subscriptions provides subscription and recurrent billing for Django applications. Any payment provider can be quickly added by overriding the placeholder methods.

Getting Started

Instructions on installing and configuration can be found on Read The Docs.

Support

The docs provide examples for setup and common issues to be aware of. For any other issues, you can submit a GitHub Issue.

Contributing

Contributions are welcome, especially to address bugs and extend functionality. Full details on contributing can be found in the docs.

Versioning

This package uses a MAJOR.MINOR.PATCH versioning, as outlined at Semantic Versioning 2.0.0.

Authors

Joshua Robert Torrance (StudyBuffalo)

License

This project is licensed under the GPLv3. Please see the LICENSE file for details.

Acknowledgements

Changelog

You can view all package changes on the docs.