web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreAug. 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 MoreAug. 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 MoreAug. 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 MoreAug. 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 MoreAug. 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