Episodios

  • Accepting Files
    Oct 4 2022
    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 see the tools that Django provides to manage files safely. Full show notes are available at https://www.mattlayman.com/django-riffs/17.
    Más Menos
    18 m
  • Setting Your Sites
    Feb 7 2022
    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! Full show notes are available at https://www.mattlayman.com/django-riffs/16.
    Más Menos
    31 m
  • User Session Data
    Sep 13 2021
    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 session data. Full show notes are available at https://www.mattlayman.com/django-riffs/15.
    Más Menos
    28 m
  • Going Live
    Jul 19 2021
    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 https://www.mattlayman.com/django-riffs/14.
    Más Menos
    36 m
  • Does My Site Work?
    Jun 1 2021
    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.
    Más Menos
    49 m
  • Success With Static Files
    Feb 15 2021
    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 see what they are and what they do. Full show notes are available at https://www.mattlayman.com/django-riffs/12.
    Más Menos
    34 m
  • Here, There, Middleware
    Jan 11 2021
    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 how you can work with it. Full show notes are available at https://www.mattlayman.com/django-riffs/11.
    Más Menos
    28 m
  • User Auth
    Nov 23 2020
    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 those users are permitted to do on your website. Full show notes are available at https://www.mattlayman.com/django-riffs/10.
    Más Menos
    44 m