Jan. 3, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
Weeknotes (2024 week 01)First weeknotes post for 2024! Happy new year! Looking back on 2023 Writing I have published almost 40 posts last year. That’s almost as many posts as I published in the time period from 2014 to 2023. Coworking to write more does work. I already had a quite active blog from 2005 to 2008 with a few posts after that; everything before 2014 was in german and mainly concerned with green politics and climate change. I’m still very interested in these topics but I …
Read MoreJan. 3, 2024 » Adam Johnson » [Archived Version]
PostgreSQL’s powerful full text search feature supports several query syntaxes. Of these, a website search feature should typically pick the websearch syntax. websearch copies some features from popular search engines, as covered below, offering familiar short syntax to users. It is also forgiving and will never raise a syntax …
Read MoreJan. 2, 2024 » The Django weblog » [Archived Version]
Today we've issued 5.0.1 and 4.2.9 bugfix releases. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read MoreJan. 2, 2024 » Anže’s Blog » [Archived Version]
This article shows how to achieve zero-downtime deploys of your Django, Flaks, or FastAPI app using only Gunicorn. It explains how to reload the Gunicorn process with the -HUP signal using systemd or the kill command directly making sure no requests are dropped during the upgrade.
Read MoreJan. 1, 2024 » The Django weblog » [Archived Version]
It's a new year. What better way to start it than submitting your talk or workshop for DjangoCon Europe 2024, in beautiful Vigo, Spain? The Call for Proposals (CFP) is open now, and will be until midnight on February 29th. That's two whole months, but you don't have to leave it to the last minute: DjangoCon Europe 2024, Vigo CFP We're looking for a range of talks on technical and non-technical topics. We're looking for talks accessible to all skill levels, and we're looking for submissions from…
Read MoreDec. 30, 2023 » Paolo Melchiorre » [Archived Version]
The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.
Read MoreDec. 30, 2023 » Better Simple » [Archived Version]
A look back at my efforts in 2023.
Read MoreDec. 29, 2023 » Adam Johnson » [Archived Version]
My two “Boost Your DX” books are available in a bundle deal, saving $10 compared to buying them separately. Great for improving your Django and Git skills at the same time. Buy the bundle on Gumroad This offer does not apply to team licenses. I initially created a bundle deal …
Read MoreDec. 29, 2023 » Django News » [Archived Version]
Updates to Django Last week we had 12 pull requests merged into Django by 7 different contributors - including 3 first time contributors! Congratulations to Amin Shah Gilani, Nicolas Lupien, and Rapha S for having their first commits merged into Django - welcome on board! Here are the key updates from last week: Django's support of geospatial libraries has been updated. Support for PostGIS 2.5, PROJ < 6 and GDAL 2.4 is removed from 5.1. Confirmed support for GDAL 3…
Read MoreDec. 27, 2023 » Adam Johnson » [Archived Version]
Global Privacy Control (GPC) is a specification for web browsers to signal website operators not to share or sell the user’s data. This signal is intended to exercise legal data privacy rights such as those provided by the California Consumer Privacy Act (CCPA) or the EU’s General Data …
Read More