django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

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

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

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

Low-Level Cache API in Django

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

This article looks at how to use the low-level cache API in Django.

Read More

Working with AJAX in Django

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

This article looks at how to perform GET, POST, PUT, and DELETE AJAX requests in Django with the Fetch API and jQuery.

Read More

Deploying and Hosting a Machine Learning Model with FastAPI and Heroku

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

This tutorial looks at how to deploy a machine learning model, for predicting stock prices, into production on Heroku as a RESTful API using FastAPI.

Read More

Supporting Multiple Languages in Django

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

This tutorial looks at how to add multiple language support to your Django project.

Read More