django-planet

Feed: Django on Matt Layman

Recent content in Django on Matt Layman

Blog Matt Layman
RSS 2.0 Feed Django on Matt Layman
web https://www.mattlayman.com/tags/django/
Last Update11.22.2024
Posts336

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 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

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

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

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

Sign Up - Building SaaS with Python and Django #178

Dec. 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 More

Sign Up - Building SaaS #178

Dec. 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 More

Tailwind CSS on Python and Heroku - Building SaaS

Dec. 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 More

Tailwind CSS on Python and Heroku - Building SaaS

Dec. 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 More

WhiteNoise For Static Files - Building SaaS

Dec. 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