django-planet

What's new in Django community blogs?

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

Reusable Components in Django with Stimulus and Tailwind CSS - Part 2

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

This tutorial looks at how to add server-side components to our client-side setup with Django.

Read More

Reusable Components in Django with Stimulus and Tailwind CSS - Part 1

June 30, 2024 » TestDriven.io » [Archived Version]

This tutorial looks at how to build client-side UI components in Django with Stimulus and Tailwind.

Read More

Overcoming database bottlenecks: A Journey with ProxySQL

June 28, 2024 » Instawork Engineering » [Archived Version]

IntroductionStartups grow fast, and scaling infrastructure to keep up can be challenging. As companies expand, efficiency, scalability, and reliability become crucial for smooth operations and meeting market demands. This blog post will discuss how ProxySQL, an advanced MySQL proxy server, helped us manage our SQL traffic and connections as we scaled.The ProblemInstawork faced a critical growth stage two years ago that began to strain our infrastructure. As our traffic peaked, it led to too man…

Read More

Keeping things in sync: derive vs test

June 28, 2024 » Luke Plant » [Archived Version]

There are times when we need to stop trying to make everything sync automatically, and just test that it is synced. Tips for Python and web dev.

Read More