django_stripe_payment_form VS dj-stripe

Compare django_stripe_payment_form vs dj-stripe and see what are their differences.

django_stripe_payment_form

A Django app for adding a simple credit/debit card payment form to your project using Stripe Checkout. (by appazur)

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. (by dj-stripe)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
django_stripe_payment_form dj-stripe
1 15
0 1,544
- 1.7%
0.0 8.7
about 3 years ago 4 days ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django_stripe_payment_form

Posts with mentions or reviews of django_stripe_payment_form. We have used some of these posts to build our list of alternatives and similar projects.

dj-stripe

Posts with mentions or reviews of dj-stripe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.
  • Django SaaS Package
    4 projects | /r/django | 25 Jun 2023
    If you don't want to use Pegasus or another paid product (presumably because of the cost), the packages I'd reach for are django-allauth for login/user stuff and dj-stripe for the Stripe integration. As for teams, there wasn't a library I was happy with so I rolled my own for Pegasus, but some people like django-tenants. It's too heavyweight for my taste as it requires a more complex dev/test/infrastructure setup with Postgres schemas, as opposed to having a single-database and handling multitenancy in the application layer. But there are pros and cons to both approaches.
  • November Stripe Developer Digest
    5 projects | dev.to | 1 Dec 2022
    dj-stripe, Django library for Stripe, released a long awaited version 2.7, which features full in-db management of webhook endpoints through the admin, multiple endpoints per install, and more.
  • Stripe Payment Intent with DRF + Vue
    1 project | /r/django | 14 Nov 2022
    I would also recommend using dj-stripe to help with syncing payment intents and setting foreign keys to the whole payment intent object since it also will handle updates via webhooks for you. https://github.com/dj-stripe/dj-stripe
  • Stripe webhooks too fast for django
    1 project | /r/django | 29 Oct 2022
    Just gonna leave this here: dj-stripe
  • Best Subscription Plugin For Django
    1 project | /r/django | 26 Oct 2022
    Add Stripe to your site via dj-stripe. That will help you manage customers and plans. I strongly recommend focusing on integrating Stripe Checkout, as you won't have to handle any cards or anything like that. Unfortunately, I did not yet write a guide about that :( And I haven't found a good one online that will go into details, step by step.
  • djstripe admin cannot view synced plans or products
    1 project | /r/django | 14 Sep 2022
    I make it a point to check the current status and state of issues and pull requests for djstripe before updating or modifying the surrounding codebase codebase for every project I have that uses the module itself.
  • Stripe App Marketplace
    2 projects | news.ycombinator.com | 24 May 2022
  • Django Stripe Subscription & Payment Integration
    2 projects | /r/django | 12 Jan 2022
    Nice work. Why start from scratch, instead of building atop https://github.com/dj-stripe/dj-stripe?
  • djstripe and Django 4.0 problems. please help!
    1 project | /r/django | 27 Dec 2021
    Django 4.0 support has been added in the master-branch as stated in https://github.com/dj-stripe/dj-stripe/issues/1507 But… this has not been released to pypi yet.
  • stripe-django integration
    1 project | /r/stripe | 30 Nov 2021
    You might also want to take a look at the dj-stripe library: https://github.com/dj-stripe/dj-stripe

What are some alternatives?

When comparing django_stripe_payment_form and dj-stripe you can also consider the following projects:

django-oscar-paypal - PayPal integration for django-oscar. Can be used without Oscar too.

drf-stripe-subscription - An out-of-box Django REST framework solution for payment and subscription management using Stripe.