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

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

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

Command Your App

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

In the last Understand Django article, we dug into file management. We saw how Django handles user uploaded files and how to deal with them safely. With this article, you’ll learn about commands. Commands are the way to execute scripts that interact with your Django app. We’ll see built-in commands and how to build your own. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An Ap…

Read More

Working With django-htmx - Building SaaS with Python and Django #119

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

In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package.

Read More

Working With django-htmx - Building SaaS #119

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

In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package.

Read More