What's new in Django community blogs?

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

Why CSRF token cookies don't need to be httpOnly

July 20, 2024 » Josh Karamuth » [Archived Version]

CSRF token cookies are typically sent without httpOnly set to true. But is that a secure practice?

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

Announcing our DjangoCon US 2024 Talks!

July 17, 2024 » Simon Willison's Weblog: django » [Archived Version]

Announcing our DjangoCon US 2024 Talks! I'm speaking at DjangoCon in Durham, NC in September. My accepted talk title was How to design and implement extensible software with plugins. Here's my abstract: Plugins offer a powerful way to extend software packages. Tools that support a plugin architecture include WordPress, Jupyter, VS Code and pytest - each of which benefits from an enormous array of plugins adding all kinds of new features and expanded capabilities. Adding plugin support to an op…

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