What's new in Django community blogs?

Async Django

Jan. 19, 2025 » » [Archived Version]

Async Django

Read More

Serve multiple Django sites from one cloud server

Jan. 19, 2025 » » [Archived Version]

Run multiple Django projects on a $6/month Digital Ocean cloud server using CapRover.

Read More

Searching within an area with GeoDjango and PostGIS 🌎

Jan. 19, 2025 » » [Archived Version]

How to search within a certain area with Postgres and Django.

Read More

Essential Django packages ❤️

Jan. 19, 2025 » » [Archived Version]

Libraries that I always use with Django.

Read More

Django inclusion tags can modify page context 🤯

Jan. 19, 2025 » » [Archived Version]

Somewhat surprising behavior that could trip you up and cause confusion while using custom template tags.

Read More

The definitive guide to using Django with SQLite in production

Jan. 19, 2025 » » [Archived Version]

Run production Django sites with SQLite to reduce server costs and network latency.

Read More

Optimize the Django ORM 🚀

Jan. 19, 2025 » » [Archived Version]

How to optimize Django ORM queries to improve site performance.

Read More

Django admin tip: Adding links to related objects in change forms

Jan. 17, 2025 » Matthias Kestenholz: Posts about Django » [Archived Version]

Django admin tip: Adding links to related objects in change forms Any issue which came up on the Django Forum and Discord is how to add links to other objects to the Django administration interface. It’s something I’m doing often and I want to share the pattern I’m using. It’s definitely not rocket science and there are probably better ways to do it, but this one works well for me. Method 1: Override the change form template In one project users can be the editor of exactly one organization. Th…

Read More

Django News - Django 5.1.5 security release - Jan 17th 2025

Jan. 17, 2025 » Django News » [Archived Version]

News Django security releases issued: 5.1.5, 5.0.11, and 4.2.18 Several new security updates. As ever, you should endeavor to be on the latest version of Django for security reasons. djangoproject.com Django 5.2 alpha 1 released Django 5.2 alpha 1 is now available. It represents the first stage in the 5.2 release cycle and is an opportunity for you to try out the changes coming in Django 5.2. djangoproject.com Pyth…

Read More

Building SaaS with Python and Django #212.2

Jan. 17, 2025 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in. This is the second half of the stream because my internet cut out.

Read More