django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

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

Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions

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

In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to DigitalOcean.

Read More

Built-in Permission Classes in Django REST Framework

June 23, 2021 » TestDriven.io » [Archived Version]

This article looks at how the built-in permission classes work in Django REST Framework.

Read More

Behavior-Driven Development with Django and Aloe

June 22, 2021 » TestDriven.io » [Archived Version]

This article details the Behavior-Driven Development (BDD) cycle with Django and Aloe.

Read More

Continuously Deploying Django to DigitalOcean with Docker and GitLab

June 21, 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 DigitalOcean.

Read More

Dockerizing Flask with Postgres, Gunicorn, and Traefik

June 18, 2021 » TestDriven.io » [Archived Version]

This tutorial details how to configure Flask to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.

Read More

Permissions in Django REST Framework

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

This article looks at how permissions work in Django REST Framework.

Read More

Dockerizing Django with Postgres, Gunicorn, and Traefik

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

This tutorial details how to configure Django to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.

Read More