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