エピソード

  • Accepting Files
    2022/10/04
    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.
    続きを読む 一部表示
    18 分
  • Setting Your Sites
    2022/02/07
    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.
    続きを読む 一部表示
    31 分
  • User Session Data
    2021/09/13
    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.
    続きを読む 一部表示
    28 分
  • Going Live
    2021/07/19
    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.
    続きを読む 一部表示
    36 分
  • Does My Site Work?
    2021/06/01
    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.
    続きを読む 一部表示
    49 分
  • Success With Static Files
    2021/02/15
    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.
    続きを読む 一部表示
    34 分
  • Here, There, Middleware
    2021/01/11
    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.
    続きを読む 一部表示
    28 分
  • User Auth
    2020/11/23
    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.
    続きを読む 一部表示
    44 分