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.
Django has a new authorization option with django-denied. This new package makes authorization checks required for all of your views in your Django app.
In this episode, I tried to get started after a long break, but my virtual environment was broken. This entire episode is a journey deep into Python installing world. Did I come out on the other side? Yes, we figured it out. You’ll have to watch (or skip to the end) to figure out what happened. :)
Your Django app is up. You’ve got users. Your users are hitting bugs. How do you debug to fix the problems? That’s the focus of this Understand Django article.
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!