web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
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 MoreFeb. 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 MoreFeb. 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 MoreFeb. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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