What's new in Django community blogs?

Polish, Debug Toolbar, Email Signals - Building SaaS #193

June 6, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began the effort to send prompts immediately following email verification.

Read More

DjangoCon Europe 2024

June 4, 2024 » Paolo Melchiorre » [Archived Version]

DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.

Read More

Approximate Counting in Django and Postgres

June 3, 2024 » TestDriven.io » [Archived Version]

This article looks at how to speed up counting with Django and PostgreSQL.

Read More

The State of Django 2024

June 3, 2024 » The PyCharm Blog » [Archived Version]

Are you curious to discover the latest trends in Django development? In collaboration with the Django Foundation, PyCharm surveyed more than 4,000 Django developers from around the globe and analyzed the trends in framework usage based on their answers. In this blog post, we share the following key findings with you: Dive in to learn […]

Read More

About, FAQ, and Home Page - Building SaaS with Python and Django #192

May 30, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated pages.

Read More

About, FAQ, and Home Page - Building SaaS #192

May 30, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated pages.

Read More

How to upgrade FluxCD

May 27, 2024 » REVSYS Blog » [Archived Version]

How to upgrade FluxCD

Read More

PyCon Italia 2024

May 24, 2024 » Paolo Melchiorre » [Archived Version]

PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.

Read More

State Design in Django – Part 2

May 24, 2024 » Django – Dev Alvernaz » [Archived Version]

Welcome to the part 2 of state design in Django. This time we’re going to connect what we have done in part 1 and adapt it to use it in a django model of a Sales Order. The road so far Alright, this is what we got so far. We created the state design with […]

Read More

Workbench: Coffee time!

May 24, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

Workbench: Coffee time! I have written about the Workbench agency software a few weeks back. Back when we were using Slack at Feinheit we used a Donut bot to generate randomized invites for a coffee break. We lost that bot when we switched to Discord. I searched some time for an equivalent bot for Discord but couldn’t find any, so like any self-respecting nerd, break lover and NIH-sufferer I reimplemented the functionality as a part of our agency software. The first version generated totally ra…

Read More