dj-stripe/dj-stripe
dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 58
- Longevity 100
Flags: no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 264.0
- age_days: 4776
- days_rel: 68
- days_push: 10
- n_releases_24m: 3
Adoption not part of the score
1791 stars · 516 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dj-stripe is a Django application that syncs Stripe data into your local database as pre-implemented Django models, letting you query payments, subscriptions, and invoices via the Django ORM. It also provides built-in webhook handling with signature verification, idempotency, retries, and Django signals.
Use cases
- sync stripe data to django database
- handle stripe webhooks in django
- query stripe subscriptions with django orm
- build a saas billing app with django and stripe
- manage multiple stripe accounts in one django project
- track subscription states and history locally
- access payment data offline for reporting
When to choose
- you use Django and want Stripe data as local models with real foreign keys
- you need reliable webhook processing with signature verification and retries
- you want to join Stripe data with your own application data in queries
- you need offline access to payment data for reporting or testing
When to avoid
- you don't use Django or the Django ORM
- you prefer calling the Stripe API directly without local data replication
- you need a framework-agnostic Stripe integration
- you can't host a webhook endpoint reachable by Stripe
Facets
library · maturity active
orm webhook sdk database middleware fintech web-development backend e-commerce apis python self-hosted django stripe payments subscriptions billing webhook-handling saas web-server
7 sources
- homepage: https://dj-stripe.dev · fetched 2026-08-29 · 6bae86f3eb7b
- site_page: https://dj-stripe.dev/about · fetched 2026-08-29 · 086a2f4a3918
- site_page: https://dj-stripe.dev/docs/dev · fetched 2026-08-29 · d5d4280ef370
- site_page: https://dj-stripe.dev/docs/latest · fetched 2026-08-29 · 538ffbd30d70
- site_page: https://dj-stripe.dev/docs/latest/installation · fetched 2026-08-29 · 57ef6e88da22
- registry_pypi: https://pypi.org/pypi/dj-stripe/json · fetched 2026-08-29 · ae97cfa0ae43
- site_page: https://dj-stripe.dev/changes · fetched 2026-08-29 · c73d9f52c13f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dj-stripe/dj-stripe | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="dj-stripe/dj-stripe")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem