web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
March 8, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bugs in the JourneyInbox configuration that prevented things from working. This is why you test!
Read MoreMarch 8, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bugs in the JourneyInbox configuration that prevented things from working. This is why you test!
Read MoreMarch 7, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add the template styling for the login page.
Read MoreMarch 7, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add the template styling for the login page.
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. 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 More