django-planet

Blog: Matt Layman

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

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

Delete Task UX - Building SaaS #144

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

In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.

Read More

Delete Task UX - Building SaaS with Python and Django #144

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

In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.

Read More

flake8-bugbear - Building SaaS with Python and Django #143

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

In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.

Read More

flake8-bugbear - Building SaaS #143

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

In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.

Read More

Finish Teacher Checklist - Building SaaS with Python and Django #142

Aug. 25, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.

Read More

Finish Teacher Checklist - Building SaaS #142

Aug. 25, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.

Read More

Teacher Checklist Editing - Building SaaS with Python and Django #141

Aug. 18, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I returned to the teacher checklist feature and started work on the edit page that will allow users to customize what they see on the checklist.

Read More

Teacher Checklist Editing - Building SaaS #141

Aug. 18, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I returned to the teacher checklist feature and started work on the edit page that will allow users to customize what they see on the checklist.

Read More

Announcing django-denied

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

I have paranoia when it comes to my Django app. I run a homeschool scheduling service called School Desk. My Software as a Service (SaaS) lets families plan their homeschool activities. Since the app deals with data about students (including my kids!), it’s important to me that every user’s data is protected, so that users can only view their own information. When I designed the system, I picked a shared Postgres schema (i.

Read More