django-planet

What's new in Django community blogs?

User File Use

Sept. 14, 2021 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, you learned about Django settings and how to manage the configuration of your application. We also looked at tools to help you define settings effectively. With this article, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files.

Read More

Episode 15 - User Session Data

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 More

Managing Secrets with Vault and Consul

Sept. 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 More

Storing Django Static and Media Files on DigitalOcean Spaces

Sept. 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 More

School Break Filters - Building SaaS with Python and Django #113

Sept. 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 More

School Break Filters - Building SaaS #113

Sept. 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 More

Django REST Framework and Elasticsearch

Aug. 31, 2021 » TestDriven.io » [Archived Version]

This tutorial looks at how to integrate Django REST Framework with Elasticsearch.

Read More

Deploying Django to AWS with Docker and Let's Encrypt

Aug. 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 More

Securing a Containerized Django Application with Let's Encrypt

Aug. 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 More

Dockerizing Django with Postgres, Gunicorn, and Nginx

Aug. 27, 2021 » TestDriven.io » [Archived Version]

This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.

Read More