Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
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 equip listeners with the knowledge to build a web ap... more
FAQs about Django Riffs:How many episodes does Django Riffs have?The podcast currently has 17 episodes available.
October 04, 2022Accepting FilesMaybe 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 see the tools that Django provides to manage files safely.Full show notes are available at https://www.mattlayman.com/django-riffs/17....more18minPlay
February 07, 2022Setting Your SitesOn 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!Full show notes are available at https://www.mattlayman.com/django-riffs/16....more31minPlay
September 13, 2021User Session DataOn 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 session data.Full show notes are available at https://www.mattlayman.com/django-riffs/15....more28minPlay
July 19, 2021Going LiveOn 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 https://www.mattlayman.com/django-riffs/14....more37minPlay
June 01, 2021Does My Site Work?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 tests for your Django apps.Full show notes are available at https://www.mattlayman.com/django-riffs/13....more49minPlay
February 15, 2021Success With Static FilesOn 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 see what they are and what they do.Full show notes are available at https://www.mattlayman.com/django-riffs/12....more34minPlay
January 11, 2021Here, There, MiddlewareOn 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 how you can work with it.Full show notes are available at https://www.mattlayman.com/django-riffs/11....more29minPlay
November 23, 2020User AuthOn 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 those users are permitted to do on your website.Full show notes are available at https://www.mattlayman.com/django-riffs/10....more44minPlay
October 26, 2020Application ExaminationOn this episode, we will study the structure of a Django application. Applications are the core components that make up a Django project.Full show notes are available at https://www.mattlayman.com/django-riffs/9....more38minPlay
September 17, 2020Administering Your AppOn 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 available at https://www.mattlayman.com/django-riffs/8....more54minPlay
FAQs about Django Riffs:How many episodes does Django Riffs have?The podcast currently has 17 episodes available.