What's new in Django community blogs?

PDF Bundle Report - Building SaaS with Python and Django #123

Jan. 6, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes.

Read More

Pagination in Django

Jan. 5, 2022 » TestDriven.io » [Archived Version]

This article looks at how to add pagination to a Django project.

Read More

Boost Your Django DX - Adam Johnson

Jan. 5, 2022 » Django Chat » [Archived Version]

Adam is a prolific contributor to the Django community and the author of the forthcoming book, Boost Your Django DX. We discuss his work on the Django Security Team, the Django Technical Board, multiple recent Django third-party packages, and the new book.

Read More

Customer UX Feature - Building SaaS with Python and Django #122

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

In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is between school years. We cleaned up the view, modified a template, and wrote the test to prove that the change works.

Read More

Customer UX Feature - Building SaaS #122

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

In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is between school years. We cleaned up the view, modified a template, and wrote the test to prove that the change works.

Read More

Authenticating users in Graphql with Django session authentication

Dec. 18, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Quick notes about working with GraphQL and Django session authentication.

Read More

Listen Notes - Wenbin Fang (Ep 41 Replay)

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

This episode is a replay from November 27, 2019. We will return in 2 weeks with new guests and episodes! Listen Notes is a search engine for podcasts powered by Django. It’s founder, Wenbin Fang, joins us to talk about building a one-person internet company, prototyping it over a weekend, and how simple tools scale well.

Read More

Working with Celery and Django Database Transactions

Dec. 13, 2021 » TestDriven.io » [Archived Version]

This article details how to make Celery work nicely with Django Database Transactions.

Read More

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