web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
Nov. 3, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we started to work on Python learning problems on Exercism. Then I added page numbers to PDFs on my homeschool app.
Read MoreNov. 3, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we started to work on Python learning problems on Exercism. Then I added page numbers to PDFs on my homeschool app.
Read MoreOct. 20, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I switched my error management system from Rollbar to Sentry and walked through some of Sentry’s features.
Read MoreOct. 20, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I switched my error management system from Rollbar to Sentry and walked through some of Sentry’s features.
Read MoreOct. 6, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I did some upgrades. We upgraded the app to the latest Heroku stack, upgraded htmx to the latest version, then worked on a small feature to add an empty state to a page when there is no useful data to display.
Read MoreOct. 6, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I did some upgrades. We upgraded the app to the latest Heroku stack, upgraded htmx to the latest version, then worked on a small feature to add an empty state to a page when there is no useful data to display.
Read MoreOct. 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 More