Home Features Docs Blog Security Examples FAQ

#django

6 posts

djust debug panel showing live event history, VDOM patches, and handler inspection
Announcements 5 min

djust 0.2.2: The Debug Panel Gets Real

djust 0.2.2 transforms the debug panel from a static inspector into a live development companion. Event filtering, replay, network inspection, VDOM patch tracing, and live state updates via WebSocket — all wired up and working out of the box.

Jan 31, 2026 Read more
Diagram showing djust's five-stage JIT serialization pipeline from template extraction to Rust serialization with Python fallback
Deep Dives 10 min

Deep Dive: How djust's ORM JIT Pipeline Serializes Django Models at Rust Speed

djust's JIT serialization pipeline analyzes your templates at render time, generates optimized serializer code, eliminates N+1 queries, and falls back gracefully when Rust can't reach @property attributes. Here's exactly how it works, and what we did to make it fast.

Jan 30, 2026 Read more
djust 0.2.0 release announcement
Announcements 4 min

djust 0.2.0: Template Operators, VDOM Fixes, and a Cleaner Event Syntax

djust 0.2.0 ships template and/or/in operators, critical VDOM diffing and whitespace fixes, a new dj- event prefix, and major dependency upgrades. Here's what changed and how to upgrade.

Jan 29, 2026 Read more
djust framework logo with Django and Rust icons
Announcements 6 min

Introducing djust: Reactive Django Apps Powered by Rust

djust is a Django framework for building reactive, real-time applications in pure Python — powered by a Rust VDOM engine with 30x faster rendering than Django templates. No JavaScript framework required.

Jan 29, 2026 Read more
Code blocks showing Django template syntax transforming into high-performance rendering
Tutorials 4 min

Full Django Template Compatibility: URL Tags, Comparison Operators, and Auto-Serialization

djust v0.1.6 brings major template system improvements including {% url %} tag support, {% include %} fixes, comparison operators in {% if %} conditions, and automatic Django type serialization.

Jan 24, 2026 Read more
Transformation from Django squares to djust circles
Guides 2 min

Migrating from Traditional Django to djust: A Practical Guide

Already have a Django project? Learn how to incrementally adopt djust to add real-time features without rewriting your entire application.

Jan 23, 2026 Read more