django-planet

What's new in Django community blogs?

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

Django Stubs - Nikita Sobolev

Dec. 8, 2021 » Django Chat » [Archived Version]

Nikita is an open-source developer who maintains the Django-stubs package bringing type stubs to Django. We discuss why static typing is so powerful, the benefits of functional programming, and best practices for organizing logic within a Django project.

Read More

Pyjamas Conf 2021

Dec. 3, 2021 » Paolo Melchiorre » [Archived Version]

The laziest Python Conference ever.

Read More

Customer Requests - Building SaaS with Python and Django #121

Dec. 2, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.

Read More

Customer Requests - Building SaaS #121

Dec. 2, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.

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

DRF Viewset: permission policy per method

Nov. 27, 2021 » Thomas Loiret - Random thoughts » [Archived Version]

How to define permission policy at a ViewSet methods level ?

Read More

Dynamic Secret Generation with Vault and Flask

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

In this tutorial, we'll look at a real-world example of using Hashicorp's Vault and Consul to create dynamic Postgres credentials for a Flask web app.

Read More

Django Stripe Tutorial

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

Quickly add Stripe to accept payments on a Django/Python website.

Read More