aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-09Test passing: signal sent on sign-up to create subscriptionMatthew Lemon1-1/+1
- user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present
2024-09-08wip: implementing checkoutMatthew Lemon1-0/+61
- also some formatting changes