django-planet

Blog: Matt Layman

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

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

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

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

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

Extract a New Open Source Package - Building SaaS #140

July 28, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I pulled out code from homeschool application and started a new open source project for a portion that I thought would be useful for others. The new package, which I have called django-denied, is a way of handling authorization in your Django apps.

Read More

Extract a New Open Source Package - Building SaaS with Python and Django #140

July 28, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I pulled out code from homeschool application and started a new open source project for a portion that I thought would be useful for others. The new package, which I have called django-denied, is a way of handling authorization in your Django apps.

Read More

Teacher Checklist Model - Building SaaS with Python and Django #139

July 21, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we created a new model for the teacher checklist feature that I recently added to my homeschool app. This new checklist model will enable users to filter out courses that appear on a teacher’s checklist.

Read More

Teacher Checklist Model - Building SaaS #139

July 21, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we created a new model for the teacher checklist feature that I recently added to my homeschool app. This new checklist model will enable users to filter out courses that appear on a teacher’s checklist.

Read More

Teacher Checklist Template - Building SaaS with Python and Django #138

June 30, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.

Read More

Teacher Checklist Template - Building SaaS #138

June 30, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.

Read More