aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/tests/test_models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* subscription and user is now uniquely constrainedMatthew Lemon2024-09-091-0/+25
|
* Clean up and sort importsMatthew Lemon2024-09-091-9/+9
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-091-0/+41
- user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present