django-planet

What's new in Django community blogs?

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

Deploying Django to Heroku With Docker

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

This article looks at how to deploy a Django app to Heroku with Docker via the Heroku Container Runtime.

Read More

Optimizing Django Queries - Jamie Matthews

Nov. 24, 2021 » Django Chat » [Archived Version]

Jamie is a founder at dabapps, a Django consultancy in the UK. We talk about Django REST Framework’s origins and two open-source projects, Django-readers and django-zen-queries, that help craft performant Django queries.

Read More

Scheduling Bugs - Building SaaS with Python and Django #120

Nov. 18, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I debugged a deep scheduling bug that was tricky to track down and understand.

Read More