| in blog | Django News |
|---|---|
| original entry | Django News - Wagtail Space 2025 - Oct 3rd 2025 |
Migrating Django apps from Gunicorn to Granian simplifies configuration with Rust-based performance and Unix socket support; however, Nginx pre-queues can obscure potential gains.
You do not always need Django REST Framework or Django Ninja; this guide shows how to build a simple JSON CRUD REST API in under 100 lines using Django’s built-in class-based views and ModelForms.
Implement full-text search in Django using SQLite FTS5 with virtual tables, triggers, and raw SQL queries to efficiently index and rank blog content.
CPython's tracing JIT faces challenges with trace blockers and data driven control flow, highlighting trade-offs impacting performance in real-world Python code for high-level applications.
Let’s learn how to apply Cosmic Python’s architecture patterns to Django development while maintaining the framework’s batteries-included philosophy. Explore domain modeling, service layers, and clean architecture in Django.
Explores how Django community growth benefits from small, peer-focused groups and structured volunteer mentoring inspired by church community practices.