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

Colossal Coaster and Stripe CSP - Building SaaS #152

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

In this episode, we did an Exercism excercise that looked at Python list methods. Then we dug into Stripe and got to the bottom of some warnings reported by Firefox about potential Content Security Policy issues. Ultimately, we discovered some interesting additional Firefox cookie protection that were not found in Chrome.

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

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

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