django-planet

Feed: TestDriven.io

TestDriven.io blog tutorial feed by topic - Django

Blog TestDriven.io Blog
RSS 2.0 Feed TestDriven.io
web https://testdriven.io/
Last Update04.13.2025
Posts117

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

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

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

Clean Code in Python

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

This article looks at how to write clean code in Python.

Read More