Add finance app with Stripe Checkout subscriptions (#21)
CI / test (pull_request) Successful in 9s
Unit Tests / test (pull_request) Successful in 10s

Introduce Invoice/Payment ledger models, $10/mo settings-backed pricing,
hosted Checkout + signed webhooks, Django admin, and authenticated list APIs.
This commit is contained in:
2026-07-26 19:16:34 -05:00
parent 9984d1c340
commit f92bd268b3
23 changed files with 1540 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ dependencies = [
"httpx==0.28.1",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"stripe>=12.0.0,<14.0.0",
]
[dependency-groups]