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 listen...
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.
--------
17:33
Setting Your Sites
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.
--------
30:43
User Session Data
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.
--------
27:46
Going Live
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:03
Does 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.
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 app.