django-flexible-subscriptions
django-flexible-subscriptions copied to clipboard
A subscription and recurrent billing application for Django.
For common scenarios, a subscription is normally linked to a subscriber, and the subscriber is commonly a user. However, there are scenarios where the subscriber is not a user, but...
hello there, I have saw that a lot of old issues and PR still opened here and not much activity. are this project been still active/maintained ?? if not, what...
We should upgrade this application support up to the lastest stable version. As I write this, the latest one is 3.11.6. I have tried to run tests with 3.11.3 and...
Replased the get_user_model function with Constant as recomended in django documentation to prevent import loops
I've been experimenting with this package and its working great so far. I'm not sure if I'm missing something, but what would be the best way to implement a trial...
I'm not sure if this project is maintained anymore... but I wanted to mention that I created [payable-subscriptions](https://github.com/curtis628/payable-subscriptions) as an extension to this handy library. It enables automatic Venmo support...
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.2 to 2.2.1. Changelog Sourced from django-debug-toolbar's changelog. 2.2.1 (2021-04-14) Fixed SQL Injection vulnerability, CVE-2021-30459. The toolbar now calculates a signature on all fields for the SQL...
Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...