If you like my work
and you want to say thanks,
you can become a patron
on Patreon.
Thanks for supporting me!
Check out my Patreon Superhero supporters!
Django Riffs is my podcast devoted entirely
to learning the Django web framework.
Give it a listen!
All the shows are
on the Show Notes page.
If you enjoyed this article, you may also be interested in…
In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see these PDFs quickly.
On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let’s find out!
In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report.
How do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand Django article, we’ll explore those topics and more to help you get a performant Django app.
In this episode, we built out a customer requested feature of adding order of grade levels within the school year of my homeschool app. This will allow users to change the display of crucial pages within the app.