Unmaintained // Turbo Django

Turbo Django is a project that integrates the Hotwire Turbo framework with Django, allowing for rendered page updates to be delivered live, over the wire. By keeping template rendering in Django, dynamic and interactive web pages can be written without any serialization frameworks or JavaScript, dramatically simplifying development.

Reference