django-planet

Blog: Matt Layman

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

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

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

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

Refactoring and New Features - Building SaaS with Python and Django #137

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

In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.

Read More

Refactoring and New Features - Building SaaS #137

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

In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.

Read More

New App In Project - Building SaaS with Python and Django #136

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

In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.

Read More

New App In Project - Building SaaS #136

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

In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.

Read More