django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

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

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

Caching in Django

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

This article first provides an overview of Django's caching framework and then shows how to cache a Django view using both Memcached and Redis.

Read More

Continuously Deploying Django to AWS EC2 with Docker and GitLab

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

In this tutorial, we'll look at how to configure GitLab CI to continuously deploy a Django and Docker application to AWS EC2.

Read More

Custom Permission Classes in Django REST Framework

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

This article looks at how to build custom permission classes in Django REST Framework (DRF).

Read More

Handling Periodic Tasks in Django with Celery and Docker

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

This post looks at how to manage periodic tasks with Django, Celery, and Docker.

Read More