What's new in Django community blogs?

Deploy Django: GitOps & Kubernetes Made Easy - Calvin Hendryx-Parker

Sept. 25, 2025 » Latest Django Videos » [Archived Version]

Pyohio_2025 Calvin Hendryx-Parker https://www.pyohio.org/2025/program/talks/deploy-django Deploying code shouldn’t be stressful. But too often, the journey from local dev to production is fragile, manual, and hard to debug. This talk is about building peace of mind into your pipeline — with GitOps, Kubernetes, and open source tools like Argo CD that make continuous delivery predictable, repeatable, and scalable from the very first release to the 50th. We’ll tackle the realities of “day two”…

Read More

Django: Introducing django-watchfiles, for more efficient runserver autoreloading

Sept. 21, 2025 » Adam Johnson » [Archived Version]

Django’s runserver automatically reloads when you change Python files. Without this autoreloading feature, you’d need to manually restart the server every time you made a code change. However, the default autoreloading implementation is inefficient, as it constantly polls the filesystem for changes. The alternative to polling is to …

Read More

Sarah Boyce - Maternity leave announcement

Sept. 21, 2025 » The Django weblog » [Archived Version]

Hello Djangonauts, At the end of this month, I'll be stepping away from my role as Django Fellow for some time while I'm on maternity leave. During this period, I don't anticipate being active on Trac, in PR reviews, on the Forum, or on Discord. I would appreciate folks giving me space to settle in with my new baby. Django will be well looked after by our Fellows, Natalia Bidart and Jacob Walls, who will continue supporting the project and community while I'm away. I'm grateful to be part of su…

Read More

Django News - Django 6.0 Feature Freeze - Sep 19th 2025

Sept. 19, 2025 » Django News » [Archived Version]

News Django 6.0 alpha 1 released The Django 6.0 feature freeze is upon us. This is a chance to try it out now and report any bugs or issues before the public release in December. djangoproject.com Nominate a Djangonaut for the 2025 Malcolm Tredinnick Memorial Prize Nominations for the annual Malcolm Tredinnick Memorial Prize are now open. Malcolm was an early core contributor to Django and had a huge influence on Django as we know it today…

Read More

Django 6.0 alpha 1 released

Sept. 17, 2025 » The Django weblog » [Archived Version]

Django 6.0 alpha 1 is now available. It represents the first stage in the 6.0 release cycle and is an opportunity to try out the changes coming in Django 6.0. Django 6.0 assembles a mosaic of modern tools and thoughtful design, which you can read about in the in-development 6.0 release notes. This alpha milestone marks the feature freeze. The current release schedule calls for a beta release in about a month and a release candidate roughly a month after that. We'll only be able to keep this sch…

Read More

Full text search with Django and SQLite

Sept. 17, 2025 » Screaming At My Screen » [Archived Version]

One thing I wanted to add to this blog for a long time was full text search. Content is steadily increasing and sometimes I have a hard time finding the exact right post to link to when writing a new post. My wife was also complaining that she could never find the post about backups for artists when she wanted to link it. So what a better way to spend a few hours of my vacation than to add full text search functionality. Usually when adding search to a system people eye ElasticSearch. A monstro…

Read More

Playwright & pytest techniques that bring me joy

Sept. 17, 2025 » Better Simple » [Archived Version]

Give it a read! Maybe these six techniques will bring you joy too. You can't go wrong with being able to write better tests, faster.

Read More

Nominate a Djangonaut for the 2025 Malcolm Tredinnick Memorial Prize

Sept. 13, 2025 » The Django weblog » [Archived Version]

Hello Everyone 👋 It is that time of year again when we recognize someone from our community in memory of our friend Malcolm. Malcolm was an early core contributor to Django and had a huge influence on Django as we know it today. Besides being knowledgeable he was also especially friendly to new users and contributors. He exemplified what it means to be an amazing Open Source contributor. We still miss him to this day. The prize Our prizes page summarizes it nicely: The Malcolm Tredinnick Memo…

Read More

LLMs are making me a better programmer...

Sept. 12, 2025 » Matthias Kestenholz » [Archived Version]

LLMs are making me a better programmer… I’m still undecided about LLMs for programming. Sometimes they are very useful, especially when working on a clearly stated problem within a delimited area. Cleaning the code up afterwards is painful and takes a long time though. Even for small changes I’m unsure if using LLMs is a way to save (any) resources, be it time, water, energy or whatever. They do help me get started, and help me be more ambitious. That’s not a new idea. Simon Willison wrote a po…

Read More

Django News - Djangonaut Space 2025 Session 5 - Sep 12th 2025

Sept. 12, 2025 » Django News » [Archived Version]

News Djangonaut Space 2025 Session 5 Applications Applications are open until September 14 end of day. This is your last chance to apply if interested! djangonaut.space Getting Started With Open Source Through Community Events Django community events empower developers to gain practical open source contribution experience via office hours, sprints, testathons, and live PR review sessions boosting personal growth. djangoproject.co…

Read More