Oct. 12, 2022 » Django Chat » [Archived Version]
Adam is a software engineer at The Motley Fool and the author of multiple open source packages including Django Unicorn, Coltrane, and minestrone. We discuss his approach to writing software, the perfect settings file set up, and more.
Read MoreOct. 10, 2022 » TestDriven.io » [Archived Version]
This tutorial looks at how to deploy a Django application to Dokku on a DigitalOcean droplet.
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 » Honeybadger Developer Blog (Django Articles) » [Archived Version]
Job queues are a powerful tool for processing background work in your Django applications. This article teaches about job queues and workers—and how to implement them with Django Q and Celery.
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. 5, 2022 » Adam Johnson » [Archived Version]
You want to pass your data from your Django view to JavaScript, in your template. And, you want to do it securely, with no risk of accidentally allowing malicious code injection. Great, this is the post for you! We’re going to look at the problems with templating JavaScript, then …
Read MoreOct. 5, 2022 » Adam Johnson » [Archived Version]
You want to pass your data from your Django view to JavaScript, in your template. And, you want to do it securely, with no risk of accidentally allowing malicious code injection. Great, this is the post for you! We’re going to look at the problems with templating JavaScript, then …
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 More