Django Riffs
Activity Overview
Episode publication activity over the past year
Episodes
Accepting Files
04 Oct 2022
Contributed by Lukas
Maybe your app needs to handle files from users like profile pictures. Accepting files from others is tricky to do safely. On this episode, we'll se...
Setting Your Sites
07 Feb 2022
Contributed by Lukas
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...
User Session Data
13 Sep 2021
Contributed by Lukas
On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called ...
Going Live
19 Jul 2021
Contributed by Lukas
On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. Full show notes are available at h...
Does My Site Work?
01 Jun 2021
Contributed by Lukas
On this episode, we will discuss how you can verify that your site works and continues to work. We're digging into automated testing and how to write...
Success With Static Files
15 Feb 2021
Contributed by Lukas
On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We'll s...
Here, There, Middleware
11 Jan 2021
Contributed by Lukas
On this episode, we will investigate Django middleware and see where it goes in your project. In the process, you'll see why middleware is useful and...
User Auth
23 Nov 2020
Contributed by Lukas
On this episode, we're going to look at working with users in a Django project. We'll see Django's tools for identifying users and checking what thos...
Application Examination
26 Oct 2020
Contributed by Lukas
On this episode, we will study the structure of a Django application. Applications are the core components that make up a Django project. Full show ...
Administering Your App
17 Sep 2020
Contributed by Lukas
On this episode, we focus on the built-in Django administrator's site to see how you can manage the data in your application. Full show notes are ava...
Models and Managers and Querysets, Oh My!
20 Jul 2020
Contributed by Lukas
On this episode, we will explore more about models and how to interact with data in your database. Full show notes are available at https://www.mattl...
Where Does the Data Go?
30 Jun 2020
Contributed by Lukas
On this episode, we will learn about storing data and how Django manages data using models. Full show notes are available at https://www.mattlayman.c...
How To Use Forms
11 May 2020
Contributed by Lukas
On this episode, we will learn about HTML forms and Django's form system to use when collecting input from users. Full show notes are available at ht...
Building User Interfaces
09 Apr 2020
Contributed by Lukas
On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. Full show notes are availab...
Views On Django
06 Mar 2020
Contributed by Lukas
On this episode, we look at views, a major component within Django and a primary place where your code will run. Full show notes are available at htt...
Enter With URLs
31 Jan 2020
Contributed by Lukas
On this episode, we discuss Django's front door, URLs. We talk about what URLs are, how to build them in Django, and the functions Django provides to...
Get To Know Django
31 Jan 2020
Contributed by Lukas
Django Riffs is a podcast for learning web application development in Python using the Django web framework. We explore all of Django's features to e...