django-planet

Blog: Matt Layman

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

Exercism and PDF Page Numbering - Building SaaS with Python and Django #149

Nov. 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started to work on Python learning problems on Exercism. Then I added page numbers to PDFs on my homeschool app.

Read More

Exercism and PDF Page Numbering - Building SaaS #149

Nov. 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started to work on Python learning problems on Exercism. Then I added page numbers to PDFs on my homeschool app.

Read More

How To Add Sentry - Building SaaS with Python and Django #148

Oct. 20, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I switched my error management system from Rollbar to Sentry and walked through some of Sentry’s features.

Read More

How To Add Sentry - Building SaaS #148

Oct. 20, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I switched my error management system from Rollbar to Sentry and walked through some of Sentry’s features.

Read More

Heroku Stack Upgrade - Building SaaS with Python and Django #147

Oct. 6, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I did some upgrades. We upgraded the app to the latest Heroku stack, upgraded htmx to the latest version, then worked on a small feature to add an empty state to a page when there is no useful data to display.

Read More

Heroku Stack Upgrade - Building SaaS #147

Oct. 6, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I did some upgrades. We upgraded the app to the latest Heroku stack, upgraded htmx to the latest version, then worked on a small feature to add an empty state to a page when there is no useful data to display.

Read More

Episode 17 - Accepting Files

Oct. 4, 2022 » Django on Matt Layman » [Archived Version]

On this episode, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files. You’ll see how Django handles those kinds of files and how to deal with them safely. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at how to manage settings on your Django site.

Read More

JavaScript FormData - Building SaaS with Python and Django #146

Sept. 29, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.

Read More

JavaScript FormData - Building SaaS #146

Sept. 29, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.

Read More

Customer Features - Building SaaS with Python and Django #145

Sept. 22, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.

Read More