django-planet

What's new in Django community blogs?

Django 5.1 release candidate 1 released

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 More

Reducing downtime in Django with django-safemigrate

July 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 More

Activation Email Job - Building SaaS #196

July 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 More

Activation Email Job - Building SaaS #196

July 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 More

Gotchas with SQLite in Production

July 17, 2024 » Anže’s Blog » [Archived Version]

What you need to know before putting SQLite in production

Read More

Trial Banner Inclusion Tag - Building SaaS #195

July 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 More

Trial Banner Inclusion Tag - Building SaaS #195

July 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 More

EuroPython 2024

July 10, 2024 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

EuroPython 2024

July 9, 2024 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

Developing GraphQL APIs in Django with Strawberry

July 5, 2024 » TestDriven.io » [Archived Version]

This tutorial details how to integrate GraphQL with Django using Strawberry.

Read More