aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to bootstrap 5.3Matthew Lemon2024-09-161-1/+1
|
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-141-0/+3
|
* wip: adding shopping card functionalityMatthew Lemon2024-09-141-5/+9
|
* 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