django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

Deploying Vault and Consul

Oct. 2, 2021 » TestDriven.io » [Archived Version]

This tutorial shows how to deploy Vault and Consul with Docker Swarm.

Read More

Django REST Framework Views - ViewSets

Oct. 1, 2021 » TestDriven.io » [Archived Version]

This article takes a deep dive into Django REST Framework's most powerful view, ViewSets.

Read More

Debugging a Containerized Django App in PyCharm

Sept. 30, 2021 » TestDriven.io » [Archived Version]

In this tutorial, we'll show you how to configure PyCharm for debugging a Django app running inside of Docker.

Read More

Django REST Framework Views - Generic Views

Sept. 29, 2021 » TestDriven.io » [Archived Version]

This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.

Read More

Django REST Framework Views - APIViews

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

This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.

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

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

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

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