django-planet

What's new in Django community blogs?

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 tota…

Read More

Django News - Django 5.1 alpha 1 released - May 24th 2024

May 24, 2024 » Django News » [Archived Version]

News Django 5.1 alpha 1 released Django 5.1 alpha 1 is now available. It represents the first stage in the 5.1 release cycle and is an opportunity for you to try out the changes coming in Django 5.1. djangoproject.com Updates to Django Today 'Updates to Django' is presented by Lilian from Djangonaut Space! Last week we had 11 pull requests merged into Django by 8 different contributors - including 1 first-time contributor! Congratu…

Read More

pyastgrep and custom linting

May 23, 2024 » Luke Plant » [Archived Version]

Methodology and sample code for using pyastgrep to do custom linting tasks on Python source code.

Read More