web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
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 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 MoreDec. 21, 2023 » Django on Matt Layman » [Archived Version]
In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.
Read MoreDec. 21, 2023 » Django on Matt Layman » [Archived Version]
In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.
Read MoreDec. 11, 2023 » Django on Matt Layman » [Archived Version]
Tailwind CSS is a fantastic tool for making CSS easy to use on your webapps. On the video, I added Tailwind CSS to my Django app and showed how to use it and deploy it to Heroku (which required some extra configuration for JavaScript support).
Read MoreDec. 11, 2023 » Django on Matt Layman » [Archived Version]
Tailwind CSS is a fantastic tool for making CSS easy to use on your webapps. On the video, I added Tailwind CSS to my Django app and showed how to use it and deploy it to Heroku (which required some extra configuration for JavaScript support).
Read MoreDec. 9, 2023 » Django on Matt Layman » [Archived Version]
This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work.
Read MoreDec. 9, 2023 » Django on Matt Layman » [Archived Version]
This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work.
Read More