What's new in Django community blogs?

GraphQL subscriptions in Django with Ariadne and Channels

July 4, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

... and what it takes to work with the Django ORM in an asynchronous context.

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

SaaS Pegasus - Cory Zue

June 9, 2021 » Django Chat » [Archived Version]

Cory Zue was the longtime CTO of Dimagi, a Django-based digital health platform focused on underserved communities. He is also the creator of PlaceCardMe and SaasPegasus, a Django boilerplate project.

Read More

Writing Safe Database Migrations in Django

June 5, 2021 » Markus Holtermann » [Archived Version]

Whenever you deploy your code and apply migrations in production, you’re entering dangerous territory. I’ll show common pitfalls and ways to avoid them.

Read More