Sept. 13, 2021 » Django on Matt Layman » [Archived Version]
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. Listen at djangoriffs.com or with the player below. Last Episode On the last episode episode, we looked at what it takes to go live and how to prepare your Django project for the internet. What Is A Session? A session is a set of data that is available to users that Django can use over multiple requests.
Read MoreSept. 9, 2021 » TestDriven.io » [Archived Version]
This post looks at how to set up and use Hashicorp's Vault and Consul to securely store and manage secrets.
Read MoreSept. 8, 2021 » TestDriven.io » [Archived Version]
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.
Read MoreSept. 2, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we finished up making changes to the app to support filtering school breaks to students.
Read MoreSept. 2, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we finished up making changes to the app to support filtering school breaks to students.
Read MoreAug. 31, 2021 » TestDriven.io » [Archived Version]
This tutorial looks at how to integrate Django REST Framework with Elasticsearch.
Read MoreAug. 27, 2021 » TestDriven.io » [Archived Version]
In this tutorial, we'll deploy a Django app to AWS EC2 with Docker and Let's Encrypt.
Read MoreAug. 27, 2021 » TestDriven.io » [Archived Version]
In this tutorial, we'll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let's Encrypt SSL certificates.
Read MoreAug. 27, 2021 » TestDriven.io » [Archived Version]
This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.
Read MoreAug. 26, 2021 » TestDriven.io » [Archived Version]
This article looks at how to use the low-level cache API in Django.
Read More