aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-191-4/+7
|
* Upgrade to bootstrap 5.3Matthew Lemon2024-09-166-5/+31
|
* Sorting imports onlyMatthew Lemon2024-09-154-5/+13
|
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-142-0/+29
|
* wip: adding shopping card functionalityMatthew Lemon2024-09-144-7/+63
|
* wip: starting to tidy upMatthew Lemon2024-09-121-4/+4
|
* Cleaning up with ruff, typechecking, etc.Matthew Lemon2024-09-111-2/+7
| | | | | I am enabling lots of capability in neovim which is resulting in all this. Don't be scared.
* subscription and user is now uniquely constrainedMatthew Lemon2024-09-092-0/+28
|
* Clean up and sort importsMatthew Lemon2024-09-093-15/+13
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-097-1/+117
| | | | | - 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-0812-0/+415
- also some formatting changes