django-planet

Blog: Matt Layman

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

Episode 17 - Accepting Files

Oct. 4, 2022 » Django on Matt Layman » [Archived Version]

On this episode, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files. You’ll see how Django handles those kinds of files and how to deal with them safely. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at how to manage settings on your Django site.

Read More

JavaScript FormData - Building SaaS #146

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

In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.

Read More

JavaScript FormData - Building SaaS with Python and Django #146

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

In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.

Read More

Customer Features - Building SaaS #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

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