Hey if you use HTMX with Django and Server Sent Events (SSE), I made a little utility that wraps EventStream to make it easier to send HTML fragments in events. I designed it to work similarly to Django's class-based views. There's a minimal demo project in the source repo if you want to test it out. Enjoy! https://pypi.org/project/django-sse4htmx/
#django #htmx #python #pyladies