July 24, 2024 » The Django weblog » [Archived Version]
Django 5.1 release candidate 1 is the final opportunity for you to try out a kaleidoscope of improvements before Django 5.1 is released. The release candidate stage marks the string freeze and the call for translators to submit translations. Provided no major bugs are discovered that can't be solved in the next two weeks, Django 5.1 will be released on or around August 7. Any delays will be communicated on the on the Django forum. Please use this opportunity to help find and fix bugs (which sh…
Read MoreJuly 22, 2024 » Better Simple » [Archived Version]
A thorough description of why downtime occurs during Django deployments and how to reduce it with django-safemigrate.
Read MoreJuly 19, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we chatted about managing dependencies and the cost of maintenance. Then we got into some feature work and began building a job that will send users an email as reminder to activate their account shortly before it expires.
Read MoreJuly 19, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we chatted about managing dependencies and the cost of maintenance. Then we got into some feature work and began building a job that will send users an email as reminder to activate their account shortly before it expires.
Read MoreJuly 17, 2024 » Anže’s Blog » [Archived Version]
What you need to know before putting SQLite in production
Read MoreJuly 12, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.
Read MoreJuly 12, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.
Read MoreJuly 10, 2024 » Paolo Melchiorre » [Archived Version]
EuroPython is the official European conference for the Python programming language.
Read MoreJuly 9, 2024 » Paolo Melchiorre » [Archived Version]
EuroPython is the official European conference for the Python programming language.
Read MoreJuly 5, 2024 » TestDriven.io » [Archived Version]
This tutorial details how to integrate GraphQL with Django using Strawberry.
Read More