Собрали в одном месте самые важные ссылки
читайте нас в Telegram
An overview on how to do complex filtering in Django with Subquery.
Avoid performance pitfalls by replacing the length template filter with count() for QuerySet objects to prevent excessive memory and database usage.
Safely squash Django migrations in long-running projects to optimize performance and maintain migration history integrity using django-model-info
“This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.”
Django's async capabilities have significantly improved, making it a viable option for production use, especially in AI applications where I/O-bound tasks are prevalent.
A streamlined and cost-effective approach that uses Docker and customizable health checks.
Learn how to achieve zero downtime in Django deployments with blue-green strategies and multi-step database migrations to handle backward-incompatible changes effectively.
A very comprehensive tutorial on Celery, what it is, how to use it in Django projects, and several examples of different Celery tasks.
Django co-creator Simon Willison wrote a live blogging app for OpenAI's DevDay event.