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, we used the feature flag system covered last time to add a new feature! We saw how feature flags make sure that your users don’t see your feature until you’re ready.
My Software as a Service failed. After three years of running College Conductor, I’m shutting it down. The service failed for a host of reasons, and this article details what I learned from the whole experience.
In this episode, we started on a tools dashboard for admin-level users. We talked about Django’s auth module for handling access and how to protect views from unauthorized users.
In this episode, we completed an automated tool for processing and connecting data quickly. We built an HTML template and walked through how to extract pieces and make connections.
In this episode, we added WhiteNoise to the app as a tool for handling static assets. This lets us move away from depending on Nginx for the task and gives shiny new features like Brotli support.