django-planet

Blog: Matt Layman

web https://www.mattlayman.com/tags/django/
Author

Finish Stripe Integration - Building SaaS with Python and Django #183

Feb. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup.

Read More

Finish Stripe Integration - Building SaaS #183

Feb. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup.

Read More

Stripe Checkout - Building SaaS with Python and Django #182

Feb. 8, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we did work to get the Stripe checkout session going. We set up Stripe Product and Price objects to get the subscription plan ready and got the Stripe checkout session working mostly end-to-end

Read More

Stripe Checkout - Building SaaS #182

Feb. 8, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we did work to get the Stripe checkout session going. We set up Stripe Product and Price objects to get the subscription plan ready and got the Stripe checkout session working mostly end-to-end

Read More

Payments Gateway - Building SaaS with Python and Django#181

Jan. 25, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way because of djstripe’s new preference for putting the Stripe keys into the database exclusively.

Read More

Payments Gateway - Building SaaS #181

Jan. 25, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way because of djstripe’s new preference for putting the Stripe keys into the database exclusively.

Read More

Design and Stripe - Building SaaS #180

Jan. 18, 2024 » Django on Matt Layman » [Archived Version]

In this episode, I started with a plan to work on Stripe checkout, but realized that I needed to come up with a better plan and also improve the base template of the app. We ended up doing more design work than working with Stripe, but we ended the stream with a solid plan of what to do next.

Read More

Design and Stripe - Building SaaS with Python and Django #180

Jan. 18, 2024 » Django on Matt Layman » [Archived Version]

In this episode, I started with a plan to work on Stripe checkout, but realized that I needed to come up with a better plan and also improve the base template of the app. We ended up doing more design work than working with Stripe, but we ended the stream with a solid plan of what to do next.

Read More

Legal and Stripe - Building SaaS #179

Jan. 4, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments.

Read More

Legal and Stripe - Building SaaS with Python and Django #179

Jan. 4, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments.

Read More