What's new in Django community blogs?

Making Sense Of Settings

July 15, 2021 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, we looked at a storage concept in Django called sessions. Sessions provide a solution to problems like “How does Django know when a user is logged in?” or “Where can the framework store data for a visitor on your app?” With this article, you’ll learn about Django settings and how to manage the configuration of your application. We’ll also look at tools to help you define your settings effectively.

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

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

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