django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

Working with Static and Media Files in Django

Feb. 8, 2022 » TestDriven.io » [Archived Version]

This article looks at how to work with static and media files in a Django project, locally and in production.

Read More

Introduction to Django Channels

Jan. 11, 2022 » TestDriven.io » [Archived Version]

This tutorial shows how to use Django Channels to create a real-time application.

Read More

Flask Stripe Tutorial

Jan. 7, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to quickly add Stripe to a Flask app in order to accept payments.

Read More

Pagination in Django

Jan. 5, 2022 » TestDriven.io » [Archived Version]

This article looks at how to add pagination to a Django project.

Read More

Testing Flask Applications with Pytest

Dec. 14, 2021 » TestDriven.io » [Archived Version]

This articles serves as a guide to testing Flask applications with pytest.

Read More

Working with Celery and Django Database Transactions

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

This article details how to make Celery work nicely with Django Database Transactions.

Read More

Serving a Machine Learning Model with FastAPI and Streamlit

Dec. 12, 2021 » TestDriven.io » [Archived Version]

This tutorial looks at how to serve up a style transfer machine learning model with FastAPI and Streamlit.

Read More

Automatically Retrying Failed Celery Tasks

Dec. 11, 2021 » TestDriven.io » [Archived Version]

This article looks at how to automatically retry failed Celery tasks.

Read More

Reproducible Builds with Bazel

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

This article looks at how Bazel can be used to create reproducible, hermetic builds.

Read More

Deploying Django to AWS ECS with Terraform

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

In this tutorial, we'll look at how to deploy a Django app to AWS ECS with Terraform.

Read More