Aug. 30, 2024 » REVSYS Blog » [Archived Version]
Redis connections growing unbounded
Read MoreAug. 30, 2024 » Adam Johnson » [Archived Version]
Django’s SECRET_KEY setting is used for cryptographic signing in various places, such as for session storage and password reset tokens. This makes keeping it secure a high priority since an attacker with the key could forge things like password reset tokens. If you have leaked your secret key, you …
Read MoreAug. 30, 2024 » Django News » [Archived Version]
News Could you host DjangoCon Europe 2026? Call for organizers Posted by Thibaud Colas & DjangoCon Europe Support working group on August 28, 2024 djangoproject.com 10 years of attempting to make open source sustainable Reflecting on 10 years of trying to make open source sustainable readthedocs.com Python Developers Survey 2023 Results Official Python Developers Survey 2023 Results by Python Software F…
Read MoreAug. 30, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we pulled out a new tool. We spent the session using Kamal, a tool to deploy web apps directly to servers. Kamal offers a complete tool set to get apps running on bare metal or cloud machines. We played with the tool to see how far we go to get an app deployed to a new server.
Read MoreAug. 30, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we pulled out a new tool. We spent the session using Kamal, a tool to deploy web apps directly to servers. Kamal offers a complete tool set to get apps running on bare metal or cloud machines. We played with the tool to see how far we go to get an app deployed to a new server.
Read MoreAug. 29, 2024 » Anže’s Blog » [Archived Version]
Using UV to manage dependencies of your Django application.
Read MoreAug. 28, 2024 » The Django weblog » [Archived Version]
We are looking for the next group of organizers to own and lead the 2026 DjangoCon Europe conference. Could your town - or your football stadium, circus tent, private island or city hall - host this wonderful community event? DjangoCon Europe is a major pillar of the Django community, as people from across the world meet and share. This includes many qualities that make it a unique event - unconventional and conventional venues, creative happenings, a feast of talks and a dedication to inclusio…
Read MoreAug. 28, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
Weeknotes (2024 week 35) Getting deep into htmx and django-template-partials I have been skeptical about htmx for some time because basically everything the library does is straightforward to do myself with a few lines of JavaScript. I am a convert now because, really, adding a few HTML attributes is nicer than copy pasting a few lines of JavaScript. Feels good. The combination of htmx with django-template-partials is great as well. I didn’t know I had been missing template partials until…
Read MoreAug. 27, 2024 » James Bennett » [Archived Version]
There’s a concept that I’ve heard called by a lot of different names, but my favorite name for it is “the Highlander problem”, which refers to the catchphrase of the campy-yet-still-quite-fun Highlander movie/TV franchise. In Highlander, immortal beings secretly live amongst us and sword-fight each other in hopes of being the last one standing, who will then get to rule the world forever. And when one of them is about to eliminate another, … Read full entry
Read MoreAug. 23, 2024 » Django News » [Archived Version]
News PyPI Slashes Malware Response Time: 90% of Issues Resolved in Under 24 Hours PyPI has drastically improved its malware response times, resolving 90% of issues in under 24 hours and removing 900 projects since March 2024. socket.dev Updates to Django Today 'Updates to Django' is presented by Lilian from Djangonaut Space! Last week we had 12 pull requests merged into Django by 9 different contributors - including 2 first-time co…
Read More