aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/migrations/0006_subscription_plan.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-09-09Test passing: signal sent on sign-up to create subscriptionMatthew Lemon1-0/+24
- user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present