aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* subscription and user is now uniquely constrainedMatthew Lemon2024-09-091-0/+3
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-091-1/+1
| | | | | - user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present
* wip: implementing checkoutMatthew Lemon2024-09-081-0/+61
- also some formatting changes