django-planet

Blog: Matt Layman

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

Blackjack and Bugs - Building SaaS #151

Dec. 1, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started with a Python exercise on Exercism that explored Blackjack. We wrote functions that handled some of Blackjack’s core rules. After the Python exercise, we focused on a bug in the Django app that fixed an edge case with some the teacher checklist feature.

Read More

Blackjack and Bugs - Building SaaS with Python and Django #151

Dec. 1, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started with a Python exercise on Exercism that explored Blackjack. We wrote functions that handled some of Blackjack’s core rules. After the Python exercise, we focused on a bug in the Django app that fixed an edge case with some the teacher checklist feature.

Read More

Development Cached Templates - Building SaaS with Python and Django #150

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

In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.

Read More

Development Cached Templates - Building SaaS #150

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

In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.

Read More

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